heroku bash command code example
Example 1: heroku cli delete app
$ heroku apps:destroy [YOUR-APP-HERE]
Example 2: heroku restart
heroku ps:restart web -a <my app name>
Example 3: heroku cli
$ brew tap heroku/brew && brew install heroku
$ heroku apps:destroy [YOUR-APP-HERE]
heroku ps:restart web -a <my app name>
$ brew tap heroku/brew && brew install heroku