mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-13 16:37:00 +00:00
gcloud: Wed Mar 23 08:27:29 UTC 2022
This commit is contained in:
parent
971306823a
commit
cd34e797ae
109 changed files with 1563 additions and 627 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue