-
Notifications
You must be signed in to change notification settings - Fork 462
Command to check and switch between accounts. #1135
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Problem
Idk if this was already proposed. In our development team we have multiple accounts and we have to switch between them (using the login obviously) many times. Sometimes we forget which account we are using and since we don't know which account we are in, we log back in to the same account.
We have seen that by checking the settings we can see which account we are in, but, I think it is not very intuitive.
Feature
add a command to check, change and delete accounts.
Examples
if we are logged in two or more accounts, it'd would be cool to
- show in which one i'm currently in
- switch between those accounts
- delete one if necessary
stripe account --current
stripe account --switch account_key|account_currency
stripe account --delete account_key|account_currency
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request