Usage
Commands
| Command | Description |
|---|---|
idyl region disable | Disable a region for account deployments |
idyl region enable | Enable a region for account deployments |
idyl region list | List regions |
Inherited flags
| Flag | Description |
|---|---|
-a <string>, --account-id <string> | Account ID to use (overrides context) |
-c <string>, --context <string> | Use specific context |
--homedir <string> | Override config directory (default: ~/.idyl) |
-n <string>, --namespace <string> | Namespace to use |
-o <string>, --output <string> | Output format (json|yaml) |
-p <string>, --profile <string> | Override profile |
--realm <string> | Override realm |
--subnet <string> | Override context subnet for this command |
Examples
Subcommand reference
idyl region disable
Disable a region for account deployments.
Existing workloads are not stopped, but new deployments into subnets in this
region will be blocked once the region is disabled.
Usage
Aliases
unapprove
Flags
| Flag | Description |
|---|---|
-y, --yes | Skip confirmation prompts |
Examples
idyl region enable
Enable a region for account deployments.
The current account can only create new workloads in approved subnets whose
region is enabled for the account.
Usage
Aliases
approve
Flags
| Flag | Description |
|---|---|
-o <string>, --output <string> | Output format: table, json, yaml Default: table. |
Examples
idyl region list
List regions
Usage
Aliases
ls
Flags
| Flag | Description |
|---|---|
-o <string>, --output <string> | Output format: table, json, yaml Default: table. |

