File: //snap/google-cloud-cli/396/lib/surface/network_services/meshes/list.yaml
release_tracks: [GA, ALPHA]
help_text:
brief: |
List meshes.
description: |
List all meshes in the specified location of the current project.
examples: |
To list meshes in the current project, run:
$ {command} --location=global
request: &request
ALPHA:
api_version: v1alpha1
GA:
api_version: v1
collection: networkservices.projects.locations.meshes
arguments:
resource:
spec: !REF googlecloudsdk.command_lib.network_services.resources:location
help_text: |
The project of the meshes to display.
response:
id_field: name
output:
format: |
table(
name.basename():label=NAME
)