Skip to content

Instantly share code, notes, and snippets.

@Sk-OmarFaruque
Created January 19, 2018 10:55
Show Gist options
  • Save Sk-OmarFaruque/1c9b12c5c659184aab1c71b53048adda to your computer and use it in GitHub Desktop.
Save Sk-OmarFaruque/1c9b12c5c659184aab1c71b53048adda to your computer and use it in GitHub Desktop.
heroku
delete all project in heroku
for app in $(heroku apps); do heroku apps:destroy --app $app --confirm $app; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment