I am trying to run bash on heroku to test it out and it is failing
$ heroku run bash ▸ Error: No app specified ▸ Usage: heroku run --ap
Try run commands:
First you need to login, then you to see your apps and finally run bash
$heroku login
Insert you user and password
$heroku apps === user@gmail.com Apps myaplication
then look at the list aps and write
$heroku run bash --app myaplication