bdy pipeline run
$bdy pipeline run <identifier> [options]
Run pipeline. Required scopes: EXECUTION_INFO, EXECUTION_RUN
Examples
Run pipeline with high priority and upload everything from scratchbdy pip run pipeline-identifier --priority HIGH -f$
Run pipeline without cache and wait for execution to completebdy pip run pipeline-identifier --wait -c$
Run pipeline and pass custom variables to executionbdy pip run pipeline-identifier -v key:val -v a:b$