Heroku Toolbelt switch between multiple account

和自甴很熟 提交于 2019-12-03 09:27:48
sylv3rblade

Have you tried the heroku accounts plugin?

In 2017, Heroku released heroku-accounts, an add-on to the toolbelt that lets one quickly switch accounts from the command line. Install it like this:

heroku plugins:install heroku-accounts

Then add an account ("work" in this case):

heroku accounts:add work

At this point, you'll need to provide the credentials you want associated with the "work" alias. Do the same for other accounts you have. Then switch between aliases like this:

heroku accounts:set work

(Sorry to zombie this question.)

You can just run the login again from the command line:

heroku login

Enter your new email and password for the other account.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!