I have two google app engine accounts. One for business and one for personal.
In my GoogleAppEngineLauncher, I have a mix of these app engines on the same computer.
Whenever I want to deploy these apps, I have to go into the terminal and remove my auth tokens using rm ~/.appcfg_oauth2_tokens
and then have the browser pop-up and re-sign into my appropriate account.
Is there a way to have multiple tokens so if one doesn't work, it'll try the next so I don't have to keep deleting my tokens and re-signing in?
Would love to have both my accounts listed so I can deploy either of them without much effort.