Trigger, list, and inspect builds
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]
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
--app string app ID (or set BITRISE_APP_ID)
-h, --help help for build
--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 build abort - Abort a running or queued build
- bitrise-cli build list - List builds for an app
- bitrise-cli build log - Print the build log
- bitrise-cli build trigger - Start a new build
- bitrise-cli build view - Show details of a single build
- bitrise-cli build watch - Stream logs for a running build
- bitrise-cli build yml - Print the bitrise.yml a specific build ran with