muster auth logout¶
Clear stored authentication tokens
Synopsis¶
Clear stored OAuth tokens.
This command removes cached authentication tokens, requiring you to re-authenticate on the next connection to protected endpoints.
Examples:
muster auth logout # Logout from configured aggregator
muster auth logout --endpoint
Options¶
--all Clear all stored tokens
-h, --help help for logout
-s, --server string MCP server name to disconnect
-y, --yes Skip confirmation prompt for --all
Options inherited from parent commands¶
--config-path string Configuration directory (default "~/.config/muster")
--context string Use a specific context (env: MUSTER_CONTEXT)
--endpoint string Specific endpoint URL to authenticate to
-q, --quiet Suppress non-essential output
SEE ALSO¶
- muster auth - Manage authentication for muster