1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +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

@ -11,14 +11,14 @@ DESCRIPTION
with gcloud beta secrets versions enable.
EXAMPLES
Disable version '123' of the secret named 'my-secret':
Disable version 123 of the secret named my-secret:
$ gcloud beta secrets versions disable 123 --secret=my-secret
Disable version '123' of the secret named 'my-secret' using an etag:
Disable version 123 of the secret named my-secret using an etag:
$ gcloud beta secrets versions disable 123 --secret=my-secret \
--etag=\"123\"
--etag=123
POSITIONAL ARGUMENTS
Version resource - Numeric secret version to disable. The arguments in
@ -53,9 +53,9 @@ POSITIONAL ARGUMENTS
FLAGS
--etag=ETAG
Current entity tag (ETag) of the secret version. If this flag is
defined, the version is updated only if the ETag provided matched the
current version's ETag.
Current entity tag (ETag) of the secret version. If specified, the
version is disabled only if the ETag provided matches the current
version's ETag.
Location resource - The location to disable. This represents a Cloud
resource. (NOTE) Some attributes are not given arguments in this group but