astroctl_providers_regions
astroctl providers regions
Regions information for a given provider (cloud)
Synopsis
The regions command provides information about regions and zones for a given provider (cloud)
astroctl providers regions [flags]
Examples
# Get the list of regions for a cloud provider
astroctl providers regions list -p aws
# Get the Zone information for a cloud provider
astroctl providers regions zones list -p aws -r us-west-2
Options
-h, --help help for regions
Options inherited from parent commands
-o, --output string Output format (json|yaml) (default "yaml")
SEE ALSO
- astroctl providers - Cloud provider information for AstroPulse Platform
- astroctl providers regions list - List all regions for a given provider
- astroctl providers regions zones - Zones information for a given provider (cloud)