mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Thu Jul 4 09:30:26 UTC 2024
This commit is contained in:
parent
9cd336cae4
commit
2614f6b65e
202 changed files with 4779 additions and 318 deletions
|
|
@ -3,7 +3,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta secrets versions access (VERSION : --secret=SECRET)
|
||||
[--out-file=OUT-FILE-PATH] [GCLOUD_WIDE_FLAG ...]
|
||||
[--location=LOCATION] [--out-file=OUT-FILE-PATH] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Access the data for the specified secret version.
|
||||
|
|
@ -60,6 +60,22 @@ POSITIONAL ARGUMENTS
|
|||
▸ provide the argument --secret on the command line.
|
||||
|
||||
FLAGS
|
||||
Location resource - The location to access secret. This represents a Cloud
|
||||
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 --location on the command line with a fully
|
||||
specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
--location=LOCATION
|
||||
ID of the location or fully qualified identifier for the location.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
--out-file=OUT-FILE-PATH
|
||||
File path to which secret data is written. If this flag is not provided
|
||||
secret data will be written to stdout in UTF-8 format.
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta secrets versions add SECRET --data-file=PATH
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--location=LOCATION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Create a new version of an existing secret with the provided data.
|
||||
|
|
@ -53,6 +53,23 @@ REQUIRED FLAGS
|
|||
File path from which to read secret data. Set this to "-" to read the
|
||||
secret data from stdin.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
Location resource - The location to create secret version. This represents
|
||||
a Cloud 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 --location on the command line with a fully
|
||||
specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
--location=LOCATION
|
||||
ID of the location or fully qualified identifier for the location.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta secrets versions describe (VERSION : --secret=SECRET)
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--location=LOCATION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Describe a secret version's metadata. This command does not include
|
||||
|
|
@ -47,6 +47,23 @@ POSITIONAL ARGUMENTS
|
|||
specified name;
|
||||
▸ provide the argument --secret on the command line.
|
||||
|
||||
FLAGS
|
||||
Location resource - The location to describe secret. This represents a
|
||||
Cloud 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 --location on the command line with a fully
|
||||
specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
--location=LOCATION
|
||||
ID of the location or fully qualified identifier for the location.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta secrets versions destroy (VERSION : --secret=SECRET)
|
||||
[--etag=ETAG] [GCLOUD_WIDE_FLAG ...]
|
||||
[--etag=ETAG] [--location=LOCATION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Destroy a secret version's metadata and secret data. This action is
|
||||
|
|
@ -57,6 +57,22 @@ FLAGS
|
|||
defined, the version is updated only if the ETag provided matched the
|
||||
current version's ETag.
|
||||
|
||||
Location resource - The location to destroy . This represents a Cloud
|
||||
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 --location on the command line with a fully
|
||||
specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
--location=LOCATION
|
||||
ID of the location or fully qualified identifier for the location.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta secrets versions disable (VERSION : --secret=SECRET)
|
||||
[--etag=ETAG] [GCLOUD_WIDE_FLAG ...]
|
||||
[--etag=ETAG] [--location=LOCATION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Disable the version of the provided secret. It can be re-enabled
|
||||
|
|
@ -57,6 +57,22 @@ FLAGS
|
|||
defined, the version is updated only if the ETag provided matched the
|
||||
current version's ETag.
|
||||
|
||||
Location resource - The location to disable. This represents a Cloud
|
||||
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 --location on the command line with a fully
|
||||
specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
--location=LOCATION
|
||||
ID of the location or fully qualified identifier for the location.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta secrets versions enable (VERSION : --secret=SECRET)
|
||||
[--etag=ETAG] [GCLOUD_WIDE_FLAG ...]
|
||||
[--etag=ETAG] [--location=LOCATION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Enable the version of the provided secret. It can be disabled with
|
||||
|
|
@ -57,6 +57,22 @@ FLAGS
|
|||
defined, the version is updated only if the ETag provided matched the
|
||||
current version's ETag.
|
||||
|
||||
Location resource - The location to enable. This represents a Cloud
|
||||
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 --location on the command line with a fully
|
||||
specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
--location=LOCATION
|
||||
ID of the location or fully qualified identifier for the location.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -2,9 +2,10 @@ NAME
|
|||
gcloud beta secrets versions list - list all versions for a secret
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta secrets versions list SECRET [--filter=EXPRESSION]
|
||||
[--limit=LIMIT] [--page-size=PAGE_SIZE; default=100]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
gcloud beta secrets versions list SECRET [--location=LOCATION]
|
||||
[--filter=EXPRESSION] [--limit=LIMIT]
|
||||
[--page-size=PAGE_SIZE; default=100] [--sort-by=[FIELD,...]] [--uri]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) List all versions and their status (For example:
|
||||
|
|
@ -34,6 +35,23 @@ POSITIONAL ARGUMENTS
|
|||
To set the secret attribute:
|
||||
▸ provide the argument SECRET on the command line.
|
||||
|
||||
FLAGS
|
||||
Location resource - The location to create secret. This represents a Cloud
|
||||
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 --location on the command line with a fully
|
||||
specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
--location=LOCATION
|
||||
ID of the location or fully qualified identifier for the location.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue