bdy pipeline update

$bdy pipeline update [options] <identifier> <yaml|@path>

Pipeline update. Required scopes: EXECUTION_RUN

ARGUMENTS
identifier
Human-readable ID of the pipeline (required)
yaml|@path
Complete pipeline YAML. To specify file use @path/to/file format in value (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
--format <text|json>
Output format: json, text. Default: text
-h, --help
display help for command

Documentation for bdy v1.22.49

Last modified on May 19, 2026

Examples

## pipeline update with yaml
bdy pip update pipeline-identifier @path/to/yaml$
## pipeline update with yaml and output json
bdy pip update pipeline-identifier @path/to/yaml --format json$