Huddle01 Cloud
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

FlagDescription
--workspace <slug>Override the active workspace for this call only.
-o, --outputOutput 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 name

API reference

This command calls GET /regions under the hood. See the full request and response schema in the API reference.