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 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
|
||||
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.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,8 @@ NAME
|
|||
gcloud secrets versions add - create a new version of an existing secret
|
||||
|
||||
SYNOPSIS
|
||||
gcloud secrets versions add SECRET --data-file=PATH [GCLOUD_WIDE_FLAG ...]
|
||||
gcloud secrets versions add SECRET --data-file=PATH [--location=LOCATION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Create a new version of an existing secret with the provided data. The
|
||||
|
|
@ -51,6 +52,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 secrets versions describe (VERSION : --secret=SECRET)
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--location=LOCATION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Describe a secret version's metadata. This command does not include the
|
||||
|
|
@ -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 secrets versions destroy (VERSION : --secret=SECRET) [--etag=ETAG]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--location=LOCATION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
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 secrets versions disable (VERSION : --secret=SECRET) [--etag=ETAG]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--location=LOCATION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Disable the version of the provided secret. It can be re-enabled 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 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,
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud secrets versions enable (VERSION : --secret=SECRET) [--etag=ETAG]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--location=LOCATION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Enable the version of the provided secret. It can be disabled with gcloud
|
||||
|
|
@ -56,6 +56,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,7 +2,8 @@ NAME
|
|||
gcloud secrets versions list - list all versions for a secret
|
||||
|
||||
SYNOPSIS
|
||||
gcloud secrets versions list SECRET [--filter=EXPRESSION] [--limit=LIMIT]
|
||||
gcloud secrets versions list SECRET [--location=LOCATION]
|
||||
[--filter=EXPRESSION] [--limit=LIMIT]
|
||||
[--page-size=PAGE_SIZE; default=100] [--sort-by=[FIELD,...]] [--uri]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -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