I previously had my Heroku's application name at:
shielded-meadow-9293.heroku.com
This was the name when I created the Heroku remote and fired up the dyno. After everything was running smooth, I changed the name to
platformdesignmadness.heroku.com
The site works, but in the same terminal, when I do a command such as
heroku ps
I get a $> ! Couldn't find that app.
error. Why is this?
In your terminal:
See here
Heroku docs here.
For all the people showing up here trying to figure out why a
command isn't working, and giving this error:
it's because Heroku senses the
-a
argument as the app name. To ignore these the fix is this, basically adding a--
:and now it will work properly.