mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Aug 31 09:34:57 UTC 2022
This commit is contained in:
parent
978ed239f6
commit
6749f65ca2
159 changed files with 2919 additions and 561 deletions
|
|
@ -3,7 +3,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud secrets create SECRET [--data-file=PATH] [--labels=[KEY=VALUE,...]]
|
||||
[--topics=[TOPICS,...]] [--expire-time=EXPIRE-TIME | --ttl=TTL]
|
||||
[--set-annotations=[KEY=VALUE,...]] [--topics=[TOPICS,...]]
|
||||
[--expire-time=EXPIRE-TIME | --ttl=TTL]
|
||||
[--next-rotation-time=NEXT_ROTATION_TIME
|
||||
--rotation-period=ROTATION_PERIOD]
|
||||
[--replication-policy-file=REPLICATION-POLICY-FILE
|
||||
|
|
@ -89,6 +90,12 @@ FLAGS
|
|||
contain only hyphens (-), underscores (_), lowercase characters, and
|
||||
numbers.
|
||||
|
||||
Annotations
|
||||
|
||||
--set-annotations=[KEY=VALUE,...]
|
||||
List of key-value pairs to set as Annotations. All existing
|
||||
Annotations will be removed first.
|
||||
|
||||
--topics=[TOPICS,...]
|
||||
List of Pub/Sub topics to configure on the secret.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue