-
Notifications
You must be signed in to change notification settings - Fork 235
Open
Labels
Description
Hi folks,
Until a month or so ago I was able to use the heroku accounts plugin for projects for accounts with different email addresses. Now I have to auth every time I switch accounts. I see the plugin was merged into the main CLI last week.
My steps:
- Starting in one repo directory
- Run
heroku accounts:add project1 - program outputs login URL at cli-auth.heroku.com
- I successfully login at heroku.com and program outputs "Logging in...done"
- Switch to a different repo directory
- Run
heroku accounts:add project2 - Program completes with no output. Program creates new account dotfile containing
project1email and password.
Is there something I'm missing?