upctl network list
List networks, by default private networks only
Examples
upctl network list
upctl network list --zone pl-waw1
upctl network list --zone pl-waw1 --public
upctl network list --all
upctl network list --zone pl-waw1 --all
Options
Option | Description |
---|---|
--zone |
Show networks from a specific zone. |
--all |
Show all networks. |
--public |
Show public networks instead of private networks. |
--utility |
Show utility networks instead of private networks. |
--help , -h |
help for list Default: false |
Global options
Option | Description |
---|---|
--client-timeout , -t |
Client timeout to use in API calls. Default: 0s |
--config |
Configuration file path. |
--debug |
Print out more verbose debug logs. Default: false |
--force-colours |
Force coloured output despite detected terminal support. |
--no-colours |
Disable coloured output despite detected terminal support. Colours can also be disabled by setting NO_COLOR environment variable. |
--output , -o |
Output format (supported: json, yaml and human) Default: human |
Related commands
Command | Description |
---|---|
upctl network | Manage networks |