Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.71 KB

File metadata and controls

52 lines (38 loc) · 1.71 KB

bitrise-cli build

Trigger, list, and inspect builds

Synopsis

Trigger, list, and inspect builds.

Builds belong to an app: pass --app ID on any build command, or set BITRISE_APP_ID (or run "bitrise-cli config set app_id ID"). Running "bitrise-cli build" with no subcommand lists builds for that app.

bitrise-cli build [flags]

Examples

  bitrise-cli build list --app APP_ID
  bitrise-cli build trigger --app APP_ID --branch main --workflow primary
  bitrise-cli build view --app APP_ID BUILD_ID --output json
  bitrise-cli build log --app APP_ID BUILD_ID

Options

      --app string   app ID (or set BITRISE_APP_ID)
  -h, --help         help for build

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