Run pipeline with high priority and upload everything from scratch bdy pip run start pipeline-identifier --priority HIGH -f$
Run pipeline without cache and wait for execution to complete bdy pip run start pipeline-identifier --wait -c$
Run pipeline and pass custom variables to execution bdy pip run start pipeline-identifier -v key:val -v a:b$
Run pipeline and pass custom variables from file bdy pip run start pipeline-identifier --vf path/to/env/file$
Run pipeline and output only final jsonl bdy pip run start pipeline-identifier --no-follow --format jsonl$
bdy pip run status pipeline-identifier run-id$
Pipeline run status, get only final jsonl bdy pip run status pipeline-identifier run-id --no-follow --format jsonl$
bdy pip run logs pipeline-identifier run-id action-run-id$
Pipeline run logs with jsonl output bdy pip run logs pipeline-identifier run-id action-run-id --format jsonl$
bdy pip run cancel pipeline-identifier run-id$
Pipeline run cancel with final output in jsonl bdy pip run cancel pipeline-identifier run-id --no-follow --format jsonl$
bdy pip run retry pipeline-identifier run-id$
Pipeline run retry with only final json output bdy pip run retry pipeline-identifier run-id --no-follow --format json$
bdy pip run approve pipeline-identifier run-id action-run-id$
bdy pip run approve pipeline-identifier run-id action-run-id -v a:b$
Pipeline run approve with final output in jsonl bdy pip run approve pipeline-identifier run-id action-run-id --no-follow --format jsonl$
bdy pip run list pipeline-identifier$
Pipeline run list in json bdy pip run list pipeline-identifier --format json$