1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 02:25:19 +00:00

gcloud: Wed Mar 23 08:27:29 UTC 2022

This commit is contained in:
Automated 2022-03-23 08:27:29 +00:00
parent 971306823a
commit cd34e797ae
109 changed files with 1563 additions and 627 deletions

View file

@ -7,6 +7,8 @@ SYNOPSIS
[--add-topics=[ADD-TOPICS,...] | --clear-topics
| --remove-topics=[REMOVE-TOPICS,...]]
[--clear-labels | --remove-labels=[KEY,...]]
[--clear-version-aliases | --remove-version-aliases=[KEY,...]
| --update-version-aliases=[KEY=VALUE,...]]
[--expire-time=EXPIRE-TIME | --remove-expiration | --ttl=TTL]
[--next-rotation-time=NEXT_ROTATION_TIME --remove-next-rotation-time
--remove-rotation-period
@ -110,6 +112,19 @@ FLAGS
silently ignored. If --update-labels is also specified then
--update-labels is applied first.
Version Aliases
At most one of these can be specified:
--clear-version-aliases
Remove all Version Aliases.
--remove-version-aliases=[KEY,...]
List of Version Aliases to be removed.
--update-version-aliases=[KEY=VALUE,...]
List of key-value pairs to set as Version Aliases.
Expiration.
At most one of these can be specified:

View file

@ -21,11 +21,11 @@ EXAMPLES
--format='get(payload.data)' | tr '_-' '/+' | base64 -d
POSITIONAL ARGUMENTS
Version resource - Numeric secret version to access or latest to use the
latest version. The arguments in this group can be used to specify the
attributes of this resource. (NOTE) Some attributes are not given
arguments in this group but can be set in other ways. To set the project
attribute:
Version resource - Numeric secret version to access or a configured alias
(including 'latest' to use the latest version). The arguments in this
group can be used to specify the attributes of this resource. (NOTE) Some
attributes are not given arguments in this group but can be set in other
ways. To set the project attribute:
◆ provide the argument VERSION on the command line with a fully
specified name;
◆ provide the argument --project on the command line;

View file

@ -16,11 +16,11 @@ EXAMPLES
$ gcloud secrets versions describe 123 --secret=my-secret
POSITIONAL ARGUMENTS
Version resource - Numeric secret version to describe or latest to use the
latest version. The arguments in this group can be used to specify the
attributes of this resource. (NOTE) Some attributes are not given
arguments in this group but can be set in other ways. To set the project
attribute:
Version resource - Numeric secret version to describe or a configured
alias (including 'latest' to use the latest version). The arguments in
this group can be used to specify the attributes of this resource. (NOTE)
Some attributes are not given arguments in this group but can be set in
other ways. To set the project attribute:
◆ provide the argument VERSION on the command line with a fully
specified name;
◆ provide the argument --project on the command line;