Skip to main content

astroctl_cloud_gcp_regions_zones_list

astroctl cloud gcp regions zones list

List zones in a GCP region

Synopsis

List zones in a GCP region.

astroctl cloud gcp regions zones list [flags]

Examples


# List zones in us-central1
astroctl cloud gcp regions zones list -r us-central1

# List in JSON format
astroctl cloud gcp regions zones list -r us-central1 -o json

Options

-h, --help help for list
-o, --output string Output format (table|json|yaml) (default "table")
-r, --region string GCP region (required)

SEE ALSO