Authenticate with Mutiro platform
Authenticate with the Mutiro platform using passwordless login.
This command performs the complete authentication flow:
- Requests a verification code sent to your email
- Prompts you to enter the verification code
- Verifies the code and obtains a JWT token
- 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]
Login with email from profile
Login with specific email
Login with verbose output
Flag | Type | Description |
---|---|---|
-h, --help | bool | help for login |
Flag | Type | Description |
---|---|---|
--config | string | config file (default is ./.mutiro.yaml in current directory) |
--debug | bool | debug mode |
-v, --verbose | bool | verbose output |