Skip to main content

astroctl_providers_regions_zones_list

astroctl providers regions zones list

List all zones for a given region and a provider

Synopsis

The list command provides information about all zones for a given region and a provider

astroctl providers regions zones list [flags]

Examples


# List all zones for a given region and provider
astroctl providers regions zones list -p aws -r us-west-2

# List zones in JSON format
astroctl providers regions zones list -p aws -r us-west-2 -o json

# List zones in YAML format
astroctl providers regions zones list -p aws -r us-west-2 -o yaml

Options

  -h, --help                 help for list
-o, --output string Output format (table|json|yaml) (default "table")
-p, --provider-id string The provider id (cloud) for which you want to get the regions/zones information
-r, --region-id string The region id for which you want to get the zones information

SEE ALSO