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:
parent
a3842bba95
commit
8ebed5b0f1
182 changed files with 2067 additions and 1436 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue