CLINetworks
hudl network list
List all private networks in the current region.
List all private networks in the current region. Returns each network's ID, name, CIDR, and subnet configuration.
Usage
hudl network list [flags]Common flags
| Flag | Description |
|---|---|
--region <code> | Override the active region for this call only. |
--workspace <slug> | Override the active workspace for this call only. |
-o, --output | Output format: table (default), json, yaml, wide, name. |
Examples
List networks in the default region:
hudl network listList networks in a specific region:
hudl network list --region eu2Output as JSON for scripting:
hudl network list -o jsonGet just the network names:
hudl network list -o nameAPI reference
This command calls GET /networks under the hood. See the full request and response schema in the API reference.