1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-22 07:40:10 +00:00

gcloud: Wed Apr 6 08:36:53 UTC 2022

This commit is contained in:
Automated 2022-04-06 08:36:53 +00:00
parent 9bf28f1efe
commit f88a614da8
221 changed files with 7174 additions and 449 deletions

View file

@ -0,0 +1,33 @@
NAME
gcloud alpha composer environments snapshots - saves and loads snapshots of
environment
SYNOPSIS
gcloud alpha composer environments snapshots COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) The gcloud alpha composer environments snapshots command group
saves and loads snapshots of Cloud Composer environments.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
load
(ALPHA) Load a snapshot into the environment.
save
(ALPHA) Save a snapshot of the environment.
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
$ gcloud beta composer environments snapshots

View file

@ -0,0 +1,77 @@
NAME
gcloud alpha composer environments snapshots load - load a snapshot into
the environment
SYNOPSIS
gcloud alpha composer environments snapshots load
(ENVIRONMENT : --location=LOCATION) --snapshot-path=SNAPSHOT_PATH
[--async] [--skip-pypi-packages-installation] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Load a snapshot into the environment.
EXAMPLES
To load a snapshot into the environment named env-1, run:
$ gcloud alpha composer environments snapshots load env-1 \
--snapshot-path=gs://my-bucket/path-to-the-specific-snapshot
POSITIONAL ARGUMENTS
Environment resource - The environment where to load a snapshot. 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 environment on the command line with a fully
specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
This must be specified.
ENVIRONMENT
ID of the environment or fully qualified identifier for the
environment. To set the environment attribute:
▸ provide the argument environment on the command line.
This positional must be specified if any of the other arguments in
this group are specified.
--location=LOCATION
Compute Engine region in which to create the environment. To set the
location attribute:
▸ provide the argument environment on the command line with a fully
specified name;
▸ provide the argument --location on the command line;
▸ set the property composer/location.
REQUIRED FLAGS
--snapshot-path=SNAPSHOT_PATH
The Cloud Storage path to load the snapshot from. It must start with
prefix gs:// and one needs to specify a single snapshot that should be
loaded.
OPTIONAL FLAGS
--async
Return immediately, without waiting for the operation in progress to
complete.
--skip-pypi-packages-installation
When specified, skips the installation of custom PyPI packages from the
snapshot.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
$ gcloud beta composer environments snapshots load

View file

@ -0,0 +1,71 @@
NAME
gcloud alpha composer environments snapshots save - save a snapshot of the
environment
SYNOPSIS
gcloud alpha composer environments snapshots save
(ENVIRONMENT : --location=LOCATION) [--async]
[--snapshot-location=SNAPSHOT_LOCATION] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Save a snapshot of the environment.
EXAMPLES
To save a snapshot of the environment named env-1, run:
$ gcloud alpha composer environments snapshots save env-1
POSITIONAL ARGUMENTS
Environment resource - The environment where the snapshot must be saved.
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 environment on the command line with a fully
specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
This must be specified.
ENVIRONMENT
ID of the environment or fully qualified identifier for the
environment. To set the environment attribute:
▸ provide the argument environment on the command line.
This positional must be specified if any of the other arguments in
this group are specified.
--location=LOCATION
Compute Engine region in which to create the environment. To set the
location attribute:
▸ provide the argument environment on the command line with a fully
specified name;
▸ provide the argument --location on the command line;
▸ set the property composer/location.
FLAGS
--async
Return immediately, without waiting for the operation in progress to
complete.
--snapshot-location=SNAPSHOT_LOCATION
The Cloud Storage location where to save the snapshot. It must start
with the prefix gs://. Default value is /snapshots directory in the
Cloud Storage bucket of the environment.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
$ gcloud beta composer environments snapshots save