bdy pipeline get

$bdy pipeline get [options] <identifier>

Pipeline info. Required scopes: EXECUTION_INFO

ARGUMENTS
identifier
Human-readable ID of the pipeline (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 get
bdy pip get pipeline-identifier$
## pipeline get in json
bdy pip get pipeline-identifier --format json$