Skip to content

Instantly share code, notes, and snippets.

@naaman
Last active March 5, 2021 20:57
Show Gist options
  • Star 46 You must be signed in to star a gist
  • Fork 29 You must be signed in to fork a gist
  • Save naaman/1384970 to your computer and use it in GitHub Desktop.
Save naaman/1384970 to your computer and use it in GitHub Desktop.
[WARNING THIS WILL HARD DELETE YOUR APPS. YOU COULD LOSE DATA. MAKE SURE YOU KNOW WHAT YOURE DOING!!!!!!!!!!] Delete all heroku apps from bash terminal -- no script file required
for app in $(heroku apps); do heroku apps:destroy --app $app --confirm $app; done
@kalaverin
Copy link

Please, add unicode support!

@Sekator778
Copy link

+1 10q

@NdagiStanley
Copy link

Awesome, thank you

@naaman
Copy link
Author

naaman commented Oct 2, 2020

@crj1001 I'm really sorry that happened. I hope you were able to ultimately restore your stuff :/

I forgot I even made this and only just used it to delete all my personal test apps as I'm leaving Heroku (as my employer, not the product). I updated the subject with a giant warning, but seems like it's still useful so am leaving this around.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment