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

Documentation for bdy v1.23.13

Last modified on Aug 14, 2026

Examples

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