Loading...
mutiro auth

Authentication and user management commands

Synopsis

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

Usage -h, --help help for auth
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
Options
Flag Type Description
-h, --help bool help for auth
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 mutiro auth login mutiro auth logout mutiro auth signup mutiro auth switch mutiro auth verify mutiro auth whoami