bdy environment list

View as Markdown
$bdy environment list|ls [options]

List environments

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)
--format <text|json>
Output format: json, text. Default: text
-h, --help
display help for command

Documentation for bdy v1.24.8

Last modified on Sep 3, 2026

Examples

List environments (workspace, or the linked project when run inside one)
bdy env ls$
List workspace environments
bdy env ls --scope WORKSPACE$
List environments in a project
bdy env ls -p project$