You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
running heroku apps:rename -a OLD_NAME NEW_NAME in a directory where a git remote exists for OLD_NAME causes it to be removed from the remotes instead of renamed.
Repro steps
Add an app to the git remotes heroku git:remote APP_NAME
Verify the heroku remote exists git remote -v
Rename the app heroku apps:rename -a OLD_NAME NEW_NAME
Verify the heroku remote was updated git remote -v
Expected behavior
The heroku remote is updated with the new app name
Actual behavior
The heroku remote is removed
The text was updated successfully, but these errors were encountered:
v9.5.x and earlier
running
heroku apps:rename -a OLD_NAME NEW_NAME
in a directory where a git remote exists forOLD_NAME
causes it to be removed from the remotes instead of renamed.Repro steps
heroku git:remote APP_NAME
heroku
remote existsgit remote -v
heroku apps:rename -a OLD_NAME NEW_NAME
heroku
remote was updatedgit remote -v
Expected behavior
The
heroku
remote is updated with the new app nameActual behavior
The
heroku
remote is removedThe text was updated successfully, but these errors were encountered: