bdy environment get

View as Markdown
$bdy environment get [options] <identifier>

Get environment details

ARGUMENTS
identifier
Environment identifier (required)
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
--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

Get workspace environment details
bdy env get environment-identifier$
Get project environment details
bdy env get environment-identifier -p project$
Get environment details as json
bdy env get environment-identifier --format json$