bcdock env create
bcdock env create¶
Create a new BC environment
Synopsis¶
Create a new BC environment.
When --version / --country / --region are all omitted and stdin is a terminal, the CLI fetches fast configs (versions with pre-built VM images) across all regions and prompts you to pick one - avoiding the ~78 min image build that happens when no pre-built image exists.
Pass the flags explicitly to skip the picker (scripts, CI, agent use).
Options¶
--country string Country localisation (e.g. au, us, gb)
-h, --help help for create
--multi-tenant Multi-tenant mode (default true)
--name string Environment name
--region string Azure region
--type string Environment type: sandbox or onprem (default "sandbox")
--version string BC version (e.g. 25.5)
--wait Block until running or failed
--wait-timeout duration Max time to wait (default: 30m)
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