bdy pipeline run approve

$bdy pipeline run approve [options] <identifier> <run-id> <action-run-id>

Pipeline run approve. Required scopes: EXECUTION_RUN

ARGUMENTS
identifier
Human-readable ID of the pipeline (required)
run-id
ID of the pipeline run (required)
action-run-id
ID of the pipeline run action (required)
OPTIONS
-w, --workspace <domain>
Workspace URL handle. Can be set via variable: BUDDY_WORKSPACE
-p, --project <name>
Project name. Can be set via variable: BUDDY_PROJECT
-n, --no-wait
Do not wait for run to finish
--no-follow
Do not follow changes, only print final state
--format <text|jsonl>
Output format: jsonl, text. Default: text
-v, --variable <variables...>
Variable key=value or key:value. Can be passed multiple times to pass multiple variables
-h, --help
display help for command

Documentation for bdy v1.22.49

Last modified on May 19, 2026

Examples

## pipeline run approve
bdy pip run approve pipeline-identifier run-id action-run-id$
## pipeline run pass params
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$