bcdock env get
bcdock env get¶
Get details of an environment
Synopsis¶
Show full details of one environment - connection endpoints (web client, SOAP, OData v4, dev endpoint, downloads), BC admin credentials, status, and timestamps.
Output formats: -o table (default) vertical key/value layout, one field per line -o json the full env record from the API (use for scripting) -o csv the same compact row as 'env list' (one entry)
Options¶
Options inherited from parent commands¶
--api-url string API base URL (overrides BCDOCK_API_URL env var)
--no-color Disable colored output
-o, --output string Output format: table, json, csv (default "table")
-q, --quiet Suppress non-essential output
--timeout duration Request timeout (default 30s)
--token string API token (overrides BCDOCK_TOKEN env var)
SEE ALSO¶
- bcdock env - Manage Business Central environments