Loading...
mutiro auth logout

Log out from the Mutiro platform

Synopsis

Log out from the Mutiro platform by clearing stored JWT tokens.

If no username is specified, it will log out all users. If a username is specified, it will only log out that specific user.

Examples:

Log out all users

mutiro auth logout

Log out a specific user

mutiro auth logout myusername

mutiro auth logout [username] [flags]

Usage mutiro auth logout [username] [flags]
Examples

Log out all users

mutiro auth logout

Log out a specific user

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