Skip to main content

astroctl_providers_regions_list

astroctl providers regions list

List all regions for a given provider

Synopsis

The list command provides information about all regions (ids) for a given provider (cloud) id

astroctl providers regions list [flags]

Examples


# List all regions for a given provider
astroctl providers regions list -p aws

# List regions in JSON format
astroctl providers regions list -p aws -o json

# List regions in YAML format
astroctl providers regions list -p aws -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

SEE ALSO