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?
Did you try heroku apps:rename NEWNAME
?