1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00

gcloud: Wed Apr 26 10:24:37 UTC 2023

This commit is contained in:
Automated 2023-04-26 10:24:37 +00:00
parent b33a8a3e6e
commit 2ae1bc2b12
276 changed files with 6093 additions and 833 deletions

View file

@ -14,11 +14,11 @@ EXAMPLES
$ gcloud storage buckets list
List buckets beginning with "b":
List buckets beginning with ``b'':
$ gcloud storage buckets list gs://b*
List buckets with JSON formatting, only returning the "name" key:
List buckets with JSON formatting, only returning the name key:
$ gcloud storage buckets list --format="json(name)"