Feature request: Account switching in CLI
npx convex login --force) a lot as I'll be switching between these accounts very frequently on the same system, possibly multiple times a day.Would it be possible to update the CLI tool to a) allow more than one authorized login on the same system, and b) add a login switching feature? Maybe something like
npx convex login --switch to bring up a prompt showing all available options, or npx convex login --use [nickname] to immediately change. I feel this could be a really useful feature for many users.