Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 191 Bytes

heroku-toolbelt-remotes.md

File metadata and controls

6 lines (5 loc) · 191 Bytes

When you have several Heroku apps set up as remotes (e.g. dev, staging, and prod) you can use remote names instead of app names:

heroku info -r dev
heroku config-set FOO=BAR -r prod