bdy distro update

$bdy distro update|edit [options] <identifier>

Update distribution. Required scopes: DISTRIBUTION_MANAGE

ARGUMENTS
identifier
Human-readable ID of the distribution (required)
OPTIONS
-w, --workspace <domain>
Workspace URL handle. Can be set via variable: BUDDY_WORKSPACE
--scope <scope>
Force scope (WORKSPACE, PROJECT). By default calculated by provided options and environmental variables (--project, BUDDY_PROJECT, linked project)
-p, --project <name>
Project name. Can be set via variable: BUDDY_PROJECT
-n, --name <name>
Name of the distribution
--note <note>
Note of the distribution
--agent-note <note>
Note of the distribution for AI agents
--enable
Enable the distribution
--disable
Disable the distribution
-h, --help
display help for command

Documentation for bdy v1.23.13

Last modified on Aug 14, 2026

Examples

Rename distribution
bdy distro update distro-identifier -n "new name"$
Set note (pass an empty value to clear it)
bdy distro update distro-identifier --note "owned by team web"$
Set the note read by AI agents
bdy distro update distro-identifier --agent-note "deploy: manual-approval-required"$
Disable distribution
bdy distro update distro-identifier --disable$