CLIRegions
hudl region list
List every region your workspace can deploy into.
List every region your workspace can deploy into.
Usage
hudl region list [flags]Flags
| Flag | Description |
|---|---|
--workspace <slug> | Override the active workspace for this call only. |
-o, --output | Output format: table (default), json, yaml, wide, name. |
Examples
# list all regions available to your workspace
hudl region list
# JSON output
hudl region list -o json
# list region codes only
hudl region list -o nameAPI reference
This command calls GET /regions under the hood. See the full request and response schema in the API reference.