File: //snap/google-cloud-cli/current/lib/surface/edge_cloud/container/regions/list.yaml
- release_tracks: [ALPHA, GA]
help_text:
brief: List Edge Container regions.
description: |
List all regions (locations) where Edge Container clusters can be created.
examples: |
To list all the regions (locations) where Edge Container clusters can be created, run:
$ {command}
arguments:
resource:
spec: !REF googlecloudsdk.command_lib.edge_cloud.container.resources:project
help_text: |
The project name.
request:
collection: edgecontainer.projects.locations
ALPHA:
api_version: v1alpha
GA:
api_version: v1
response:
id_field: name
output:
format: |
table(
locationId:label=NAME:sort=1
)