Manage the Bitrise access token
Manage the Bitrise access token used for API requests.
Both Personal Access Tokens (PAT) and Workspace API Tokens (WAT) work the same way on the wire — paste either kind here.
Storage: YAML file at $XDG_CONFIG_HOME/bitrise/auth.yaml (or ~/.config/bitrise/auth.yaml). Written with 0600 permissions, separate from preferences in config.yaml.
Env override: BITRISE_TOKEN takes precedence over the saved token; useful for CI.
bitrise-cli auth status
bitrise-cli auth login
bitrise-cli auth logout
-h, --help help for auth
--no-color disable ANSI colors (NO_COLOR env is also honored)
-o, --output string output format: human|json (default "human")
-q, --quiet suppress non-error diagnostic messages
--theme string color theme: auto|dark|light|none (default "auto"; overrides terminal background detection)
- bitrise-cli - Bitrise platform CLI
- bitrise-cli auth login - Save a Bitrise access token
- bitrise-cli auth logout - Remove the saved access token
- bitrise-cli auth status - Show whether an access token is configured and where it came from