Loading...
mutiro auth switch

Switch the active user

Synopsis

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]

Usage mutiro auth switch <your-username> [flags]
Examples

Switch to a specific user

mutiro auth switch myusername

Show current active user

mutiro auth whoami
Options
Flag Type Description
-h, --help bool help for switch
Global Options
Flag Type Description
--config string config file (default is ./.mutiro.yaml in current directory)
--debug bool debug mode
-v, --verbose bool verbose output
Subcommands
See Also
mutiro auth