WEBINARSandboxes for AI agents, Oct 7th.Sandboxes: give your AI agents a real machine. Live on October 7th.Register free

bdy yaml

View as Markdown
$bdy yaml [options] [command]

Browse and validate Buddy pipeline YAML

OPTIONS
-h, --help
display help for command
AVAILABLE COMMANDS
Browse Buddy YAML action types
Show pipeline YAML schema and examples
Validate a pipeline YAML file

Documentation for bdy v1.25.2

Last modified on Sep 22, 2026

Examples

Show pipeline schema and examples
bdy yaml pipeline$
The same schema as json
bdy yaml pipeline --format json$
List all action types
bdy yaml actions list$
Search action types
bdy yaml actions list --search kubernetes$
List as json, for an editor plugin or an agent
bdy yaml actions list --format json$
Show action schema and example
bdy yaml actions info KUBERNETES_CLI$
The same schema as json
bdy yaml actions info KUBERNETES_CLI --format json$
Validate a pipeline file
bdy yaml validate buddy.yml$