1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Wed Jan 10 10:17:49 UTC 2024

This commit is contained in:
Automated 2024-01-10 10:17:49 +00:00
parent 08ad88258a
commit 5fec13c692
262 changed files with 3211 additions and 4501 deletions

View file

@ -26,15 +26,15 @@ EXAMPLES
--zone=us-central1-a --update-labels=k0=value1,k1=value2 \
--remove-labels=k3
Labels can be used to identify the disk. To list disks with the 'k1:value2'
label, run:
Labels can be used to identify the instance. To list instances with the
'k1:value2' label, run:
$ gcloud beta compute instances list --filter='labels.k1:value2'
To list only the labels when describing a resource, use --format to filter
the result:
$ gcloud beta compute instances describe example-disk \
$ gcloud beta compute instances describe example-instance \
--format="default(labels)"
POSITIONAL ARGUMENTS