bcdock env
bcdock env¶
Manage Business Central environments
Synopsis¶
Create, list, inspect, and delete BC environments.
Config discovery: BC versions with a pre-built VM image (~2 min provisioning) are called "fast configs". Versions without one trigger a ~78 min image build on first use - usually not what you want. Always prefer fast configs unless you explicitly need a specific version.
bcdock artifacts list --region
Examples: bcdock env create # interactive picker bcdock env create --name my-env --version 25.5 --country au --region westus2 --wait bcdock env list -o json bcdock env get my-env bcdock env delete my-env --force
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 - BCDock CLI - manage Business Central environments
- bcdock env create - Create a new BC environment
- bcdock env delete - Delete an environment
- bcdock env download-symbols - Download AL symbol packages from a BC environment's dev endpoint
- bcdock env get - Get details of an environment
- bcdock env hibernate - Hibernate an environment (saves to blob storage, frees pool slot)
- bcdock env launch-json - Emit a VS Code launch.json config for publishing to a BC environment
- bcdock env list - List environments
- bcdock env logs - Show container logs (default) or provisioning log history
- bcdock env open - Open the BC Web Client in a browser
- bcdock env publish - Publish (deploy) an AL .app to a BC environment
- bcdock env resume - Resume a hibernated environment
- bcdock env usage - Show billing usage for an environment
- bcdock env wait - Block until an environment reaches one of the requested states