Log out from the Mutiro platform
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]
Log out all users
Log out a specific user
Flag | Type | Description |
---|---|---|
-h, --help | bool | help for logout |
Flag | Type | Description |
---|---|---|
--config | string | config file (default is ./.mutiro.yaml in current directory) |
--debug | bool | debug mode |
-v, --verbose | bool | verbose output |