Usage
Description
Log out of Sentry by clearing stored authentication credentials from your local configuration file. This command removes OAuth tokens and related session data.If authentication is provided via environment variable (
SENTRY_AUTH_TOKEN or SENTRY_TOKEN), you’ll need to unset the environment variable to log out. The command will inform you which variable to unset.Options
This command has no flags.Examples
Log out
Logout when not authenticated
Logout with environment variable active
Related Commands
sentry auth login- Authenticate with Sentrysentry auth status- View authentication statussentry auth whoami- Show the currently authenticated user