Skip to main content

Run

Run provides you with the ability to run one or more workflows from your build.

bb run [workflow]... [flags]

Arguments

ArgumentDescription
workflowA list of workflows to run as defined in your build, leave empty to run all workflows.

Flags

FlagsDescription
-f, --forceForce all jobs to re-run by ignoring fingerprints
-v, --verboseEnable verbose log output
--workdir stringThe scratch space to use for local builds (default "~/.bb/local")

Global flags can be included with this command too.

Example: Run all jobs

bb run
bb run -v