File: //lib/google-cloud-sdk/lib/surface/storage/buckets/list.yaml
- release_tracks: [ALPHA]
help_text:
brief: List all the Cloud Storage buckets in your current project.
description: List all the Cloud Storage buckets in your current project.
request:
collection: storage.buckets
response:
id_field: id
arguments:
resource:
help_text: The project to list the buckets in.
spec: !REF googlecloudsdk.command_lib.storage.resources:project
output:
format: |
table(
format("gs://{0}", name),
location,
storageClass
)