Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 2.14 KB

File metadata and controls

44 lines (33 loc) · 2.14 KB

bitrise-cli

Bitrise platform CLI

Synopsis

bitrise-cli is the Bitrise platform CLI — manage builds, apps, and pipelines from your terminal.

Get started: run "bitrise-cli auth login" to store your access token.

For scripts and agents: Pass --output json for stable, machine-readable output (or run "bitrise-cli config set output json" once). Data goes to stdout and diagnostics to stderr — even in json mode — so output stays pipeable. Most build and yml commands act on one app: pass --app ID or set BITRISE_APP_ID.

Configuration precedence: flag > env > per-dir (.bitrise-cli.yml) > global config.yaml > built-in default. Run "bitrise-cli config" for all keys and env vars.

Options

  -h, --help            help for bitrise-cli
      --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