bdy pipeline run start
$bdy pipeline run start <identifier> [options]
Run pipeline. Required scopes: EXECUTION_INFO, EXECUTION_RUN
Examples
## run pipeline with high priority and upload everything from scratchbdy pip run start pipeline-identifier --priority HIGH -f$
## run pipeline without cache and wait for execution to completebdy pip run start pipeline-identifier --wait -c$
## run pipeline and pass custom variables to executionbdy pip run start pipeline-identifier -v key:val -v a:b$
## run pipeline and pass custom variables from filebdy pip run start pipeline-identifier -vf path/to/env/file$
## run pipeline and output only final jsonlbdy pip run start pipeline-identifier --no-follow --format jsonl$