Loading...
mutiro auth tokens

Manage user tokens

Synopsis

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

Usage -h, --help help for tokens
Examples
mutiro auth tokens create laptop mutiro auth tokens create ci --expires 90d mutiro auth tokens list mutiro auth tokens revoke <token-id>
Options
Flag Type Description
-h, --help bool help for tokens
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 mutiro auth tokens create mutiro auth tokens list mutiro auth tokens revoke