What's the correct way to rename a heroku app?

fox picture fox · Jan 4, 2013 · Viewed 33.3k times · Source

Doesn't seem to be a way to do it from the command line, and when I do this from the site, I run into this issue when I try to git push heroku master:

 !  No such app as [previous app name].

Is this as simple as changing how I point to the app in git?

Answer

mipadi picture mipadi · Jan 4, 2013

Did you try heroku apps:rename NEWNAME?