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

gcloud: Wed Sep 18 09:49:45 UTC 2024

This commit is contained in:
Automated 2024-09-18 09:49:45 +00:00
parent a3842bba95
commit 8ebed5b0f1
182 changed files with 2067 additions and 1436 deletions

View file

@ -25,14 +25,13 @@ DESCRIPTION
if given a secret that does not exist.
EXAMPLES
Update the label of a secret named 'my-secret'.
Update the label of a secret named my-secret.
$ gcloud secrets update my-secret --update-labels=foo=bar
Update the label of a secret using an etag.
$ gcloud secrets update my-secret --update-labels=foo=bar \
--etag=\"123\"
$ gcloud secrets update my-secret --update-labels=foo=bar --etag=123
Update a secret to have a next-rotation-time:
@ -82,9 +81,8 @@ POSITIONAL ARGUMENTS
FLAGS
--etag=ETAG
Current entity tag (ETag) of the secret. If this flag is defined, the
secret is updated only if the ETag provided matched the current
secret's ETag.
Current entity tag (ETag) of the secret. If specified, the secret is
updated only if the ETag provided matches the current secret's ETag.
Location resource - The location to update secret. This represents a Cloud
resource. (NOTE) Some attributes are not given arguments in this group but