bdy distro create

$bdy distro create|add [options]

Create distribution. Required scopes: DISTRIBUTION_ADD

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
-s, --scope <scope>
Force distribution scope (WORKSPACE, PROJECT). By default calculated by provided options and environmental variables
-i, --identifier <identifier>
Human-readable ID of the distribution
-n, --name <name>
Name of the distribution
-h, --help
display help for command

Documentation for bdy v1.22.49

Last modified on May 19, 2026

Examples

## create distribution with name
bdy distro create -n name$
## create distribution in project with identifier
bdy distro create -i id --project project$