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

@ -10,14 +10,13 @@ DESCRIPTION
secrets versions disable.
EXAMPLES
Enable version '123' of the secret named 'my-secret':
Enable version 123 of the secret named my-secret:
$ gcloud secrets versions enable 123 --secret=my-secret
Enable version '123' of the secret named 'my-secret' using etag:
Enable version 123 of the secret named my-secret using etag:
$ gcloud secrets versions enable 123 --secret=my-secret \
--etag=\"123\"
$ gcloud secrets versions enable 123 --secret=my-secret --etag=123
POSITIONAL ARGUMENTS
Version resource - Numeric secret version to enable. The arguments in this
@ -52,9 +51,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 enabled only if the ETag provided matches the current
version's ETag.
Location resource - The location to enable. This represents a Cloud
resource. (NOTE) Some attributes are not given arguments in this group but