Loading...
mutiro auth login

Authenticate with Mutiro platform

Synopsis

Authenticate with the Mutiro platform using passwordless login.

This command performs the complete authentication flow:

  1. Requests a verification code sent to your email
  2. Prompts you to enter the verification code
  3. Verifies the code and obtains a JWT token
  4. Validates the token and displays your member information

The email can be provided as an argument or will be taken from your profile configuration (USER_EMAIL environment variable or config file).

Examples:

Login with email from profile

mutiro auth login

Login with specific email

mutiro auth login user@example.com

Login with verbose output

mutiro auth login --verbose

mutiro auth login [email] [flags]

Usage mutiro auth login [email] [flags]
Examples

Login with email from profile

mutiro auth login

Login with specific email

mutiro auth login user@example.com

Login with verbose output

mutiro auth login --verbose
Options
Flag Type Description
-h, --help bool help for login
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