Both
Heroku and
its CLI are great. However, there's no way to access multiple accounts via terminal out of the box. If you have a personal and a work account and need an easy way to switch between them, I have good news for you! :)
To make it even easier, I've added the following aliases to my ~/.zshrc
(or ~/.bashrc
):
bash
alias hp='heroku accounts:set personal'
alias hw='heroku accounts:set work'
Happy hacking!
Post atualizado em 02/10/2017, 10:00:00
💬 Comentários desativados temporariamente. Desculpe pelo inconveniente.