1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +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,13 +11,13 @@ DESCRIPTION
succeed, but the operation will be a no-op.
EXAMPLES
Delete a secret 'my-secret':
Delete a secret my-secret:
$ gcloud beta secrets delete my-secret
Delete a secret 'my-secret' using etag:
Delete a secret my-secret using etag:
$ gcloud beta secrets delete my-secret --etag=\"123\"
$ gcloud beta secrets delete my-secret --etag=123
POSITIONAL ARGUMENTS
Secret resource - The secret to delete. This represents a Cloud resource.
@ -40,9 +40,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
deleted only if the ETag provided matches the current secret's ETag.
Location resource - The location to delete secret. This represents a Cloud
resource. (NOTE) Some attributes are not given arguments in this group but