mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +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
|
|
@ -11,14 +11,13 @@ DESCRIPTION
|
|||
irreversible.
|
||||
|
||||
EXAMPLES
|
||||
Destroy version '123' of the secret named 'my-secret':
|
||||
Destroy version 123 of the secret named my-secret:
|
||||
|
||||
$ gcloud secrets versions destroy 123 --secret=my-secret
|
||||
|
||||
Destroy version '123' of the secret named 'my-secret' using etag:
|
||||
Destroy version 123 of the secret named my-secret using etag:
|
||||
|
||||
$ gcloud secrets versions destroy 123 --secret=my-secret \
|
||||
--etag=\"123\"
|
||||
$ gcloud secrets versions destroy 123 --secret=my-secret --etag=123
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Version resource - Numeric secret version to destroy. The arguments in
|
||||
|
|
@ -53,9 +52,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 destroyed only if the ETag provided matches the current
|
||||
version's ETag.
|
||||
|
||||
Location resource - The location to destroy . 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