Tag Archives: heroku

Switch Heroku Accounts

I have several Heroku accounts that I need to switch between for clients. I’ve been doing it by hand for a while, and then I remembered that I could just write a bash script to make a command for my forgetful brain. The basic steps are: >heroku keys:clear >rm ~/.heroku/credentials >heroku list So, my little bash script is: #!/bin/bash heroku [...]
Posted in Uncategorized | Also tagged | Leave a comment