Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.37 KB

File metadata and controls

48 lines (33 loc) · 1.37 KB

bitrise-cli auth

Manage the Bitrise access token

Synopsis

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.

Examples

  bitrise-cli auth status
  bitrise-cli auth login
  bitrise-cli auth logout

Options

  -h, --help   help for auth

Options inherited from parent commands

      --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)

SEE ALSO