Using heroku was easy when I was only using it for a few pet projects. Now I want to use multiple accounts (professional vs personal) and am having a hard time getting this to work (logins, ssh keys, etc). I can’t find any documentation or recommended workflow, so how do you manage switching accounts to create/push apps on heroku?
Share
The heroku-accounts plugin solves this issue.
However, even though it’s a solid plugin, be aware that it manipulates your git config settings under the covers which can, occasionally cause some issues or unintuitive errors. If you have a good handle on how Heroku works in relation to your git config/remotes it’s a good option.