Create a new account on the Mutiro platform
Create a new user account on the Mutiro platform using passwordless registration.
This command performs the complete registration flow:
- Validates the provided email, username, and display name
- Requests a verification code sent to your email
- Prompts you to enter the verification code
- Creates your account and obtains a JWT token
- Validates the token and displays your new member information
Requirements:
- Email: Must be a valid email address
- Username: 3-20 characters, alphanumeric and underscores only
- Display Name: 1-50 characters, your public display name
Examples:
Create a new account
mutiro auth signup user@example.com myusername "My Display Name"
Create account with verbose output
mutiro auth signup --verbose user@example.com johndoe "John Doe"
mutiro auth signup <email> <username> <display_name> [flags]
Create a new account
Create account with verbose output
Flag | Type | Description |
---|---|---|
-h, --help | bool | help for signup |
Flag | Type | Description |
---|---|---|
--config | string | config file (default is ./.mutiro.yaml in current directory) |
--debug | bool | debug mode |
-v, --verbose | bool | verbose output |