1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Aug 31 09:34:57 UTC 2022

This commit is contained in:
Automated 2022-08-31 09:34:57 +00:00
parent 978ed239f6
commit 6749f65ca2
Failed to extract signature
159 changed files with 2919 additions and 561 deletions

View file

@ -3,8 +3,8 @@ NAME
SYNOPSIS
gcloud beta secrets create SECRET [--data-file=PATH]
[--labels=[KEY=VALUE,...]] [--topics=[TOPICS,...]]
[--expire-time=EXPIRE-TIME | --ttl=TTL]
[--labels=[KEY=VALUE,...]] [--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
@ -101,6 +101,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.