bdy pipeline create
$bdy pipeline create|add [options]
Pipeline create. Required scopes: EXECUTION_RUN
Examples
## pipeline create with namebdy pip create -n name$
## pipeline create with yamlbdy pip create --yaml @path/to/yaml$
## pipeline create with name, output jsonbdy pip create -n name --format json$