cannot rename name apps of cli in heroku -


i´m trying rename apps of cli, error, no app specified.

i done

heroku create heroku apps:rename newname 

enter image description here

it says: run command app folder.
have clone app first. go app folder , run command again.
or specifiy app via --app oldname:

heroku apps:rename newname --app oldname 

Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -