heroku rename
heroku apps:remane --app <old-project-name> <new-project-name>
heroku rename
heroku apps:remane --app <old-project-name> <new-project-name>
rename heroku app local
First update the name for the heroku app on the heroku dashboard (on the heroku website)
Then do this on terminal (Make sure you're in the right repository)
$ git remote rm heroku (Remove the remote from git)
$ heroku git:remote -a <new app name> (Add it back with it's new name)
renaming heroku app
$ git remote rm heroku
$ heroku git:remote -a newname
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us