mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Jul 30 10:59:26 UTC 2025
This commit is contained in:
parent
0acbd64d02
commit
0f69685b06
221 changed files with 11951 additions and 506 deletions
|
|
@ -5,8 +5,8 @@ SYNOPSIS
|
|||
gcloud beta secrets create SECRET [--data-file=PATH]
|
||||
[--labels=[KEY=VALUE,...]] [--location=LOCATION]
|
||||
[--regional-kms-key-name=KMS-KEY-NAME]
|
||||
[--set-annotations=[KEY=VALUE,...]] [--topics=[TOPICS,...]]
|
||||
[--version-destroy-ttl=VERSION-DESTROY-TTL]
|
||||
[--set-annotations=[KEY=VALUE,...]] [--tags=[KEY=VALUE,...]]
|
||||
[--topics=[TOPICS,...]] [--version-destroy-ttl=VERSION-DESTROY-TTL]
|
||||
[--expire-time=EXPIRE-TIME | --ttl=TTL]
|
||||
[--next-rotation-time=NEXT_ROTATION_TIME
|
||||
--rotation-period=ROTATION_PERIOD]
|
||||
|
|
@ -137,6 +137,12 @@ FLAGS
|
|||
List of key-value pairs to set as Annotations. All existing
|
||||
Annotations will be removed first.
|
||||
|
||||
--tags=[KEY=VALUE,...]
|
||||
List of tags KEY=VALUE pairs to bind. Each item must be expressed as
|
||||
<tag-key-namespaced-name>=<tag-value-short-name>.
|
||||
|
||||
Example: 123/environment=production,123/costCenter=marketing
|
||||
|
||||
--topics=[TOPICS,...]
|
||||
List of Pub/Sub topics to configure on the secret.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue