Authentication and user management commands
Manage authentication, user sessions, and account operations.
This command group includes:
- login: Log in to the Mutiro platform
- logout: Log out from the Mutiro platform
- signup: Create a new account
- whoami: Show logged-in users and active user
- switch: Switch between logged-in users
Examples:
Log in to your account
mutiro auth login user@example.com
Create a new account
mutiro auth signup user@example.com myusername "My Name"
Show logged-in users
mutiro auth whoami
Switch active user
mutiro auth switch myusername
Log out
mutiro auth logout
Log in to your account
Create a new account
Show logged-in users
Switch active user
Log out
Flag | Type | Description |
---|---|---|
-h, --help | bool | help for auth |
Flag | Type | Description |
---|---|---|
--config | string | config file (default is ./.mutiro.yaml in current directory) |
--debug | bool | debug mode |
-v, --verbose | bool | verbose output |
mutiro
Mutiro CLI - Unified command-line interface for Mutiro platform
mutiro auth login
Authenticate with Mutiro platform
mutiro auth logout
Log out from the Mutiro platform
mutiro auth signup
Create a new account on the Mutiro platform
mutiro auth switch
Switch the active user
mutiro auth verify
Verify a signup or login code
mutiro auth whoami
Show information about logged-in users