It is quite normal for people to have at least 2 Sentry accounts: one personal and one for work. It would be great if the CLI allowed to have multiple accounts, even across different servers (maybe a self-hosted instance along with normal SaaS).
2 options I thought about:
- Introduce a
sentry auth switch to switch between accounts
- Even better: just store all accounts and pick the right one automatically based on the context
I'm leaning towards 2 if it doesn't create too much complexity.
It is quite normal for people to have at least 2 Sentry accounts: one personal and one for work. It would be great if the CLI allowed to have multiple accounts, even across different servers (maybe a self-hosted instance along with normal SaaS).
2 options I thought about:
sentry auth switchto switch between accountsI'm leaning towards 2 if it doesn't create too much complexity.