Switch the active user
Switch the active user for CLI commands.
When multiple users are logged in, this command allows you to switch which user's JWT token will be used by default for commands.
Examples:
Switch to a specific user
mutiro auth switch myusername
Show current active user
mutiro auth whoami
mutiro auth switch <your-username> [flags]
Switch to a specific user
Show current active user
| Flag | Type | Description |
|---|---|---|
| -h, --help | bool | help for switch |
| Flag | Type | Description |
|---|---|---|
| --config | string | config file (default is ./.mutiro.yaml in current directory) |
| --debug | bool | debug mode |
| -v, --verbose | bool | verbose output |