Manage user tokens
Manage user tokens: long-lived credentials that act as you.
A user token has your full standing: owner of your agents, developer where you were granted, admin if your account is one.
Put it in MUTIRO_TOKEN and every mutiro command runs as you without a login.
Tokens always expire, and one can be revoked at any time.
Creating and revoking tokens requires a login session; a token cannot mint or revoke tokens.
Examples:
mutiro auth tokens create laptop
mutiro auth tokens create ci --expires 90d
mutiro auth tokens list
mutiro auth tokens revoke
| Flag | Type | Description |
|---|---|---|
| -h, --help | bool | help for tokens |
| Flag | Type | Description |
|---|---|---|
| --config | string | config file (default is ./.mutiro.yaml in current directory) |
| --debug | bool | debug mode |
| -v, --verbose | bool | verbose output |