bdy pipeline create

$bdy pipeline create|add [options]

Pipeline create. Required scopes: EXECUTION_RUN

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

Documentation for bdy v1.22.49

Last modified on May 19, 2026

Examples

## pipeline create with name
bdy pip create -n name$
## pipeline create with yaml
bdy pip create --yaml @path/to/yaml$
## pipeline create with name, output json
bdy pip create -n name --format json$