Hello,
I delete my project folder via CMD rd /s /q
I used vscode, netlify cli
is there anyway to recover it?
I didn’t use github
Hello,
I delete my project folder via CMD rd /s /q
I used vscode, netlify cli
is there anyway to recover it?
I didn’t use github
You can only recover the assets you deployed, if you only ran a netlify deploy
command from what I’m aware.
You would go to the Admin panel and select the site then deploys then choose the latest one and download a zip of the deploy.
As @talves explained, you can only recover assets from deployed sites. Otherwise you’ll have to try and restore those files using your OS’s specific processes