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

gcloud: Thu Jan 19 00:56:33 UTC 2023

This commit is contained in:
Automated 2023-01-19 00:56:33 +00:00
parent 348d9760ee
commit 1248f773ec
1462 changed files with 51835 additions and 5402 deletions

View file

@ -1,5 +1,5 @@
NAME
gcloud beta composer environments snapshots - saves and loads snapshots of
gcloud beta composer environments snapshots - save and load snapshots of
environment
SYNOPSIS
@ -24,8 +24,10 @@ COMMANDS
(BETA) Save a snapshot of the environment.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud composer environments snapshots
$ gcloud alpha composer environments snapshots

View file

@ -5,7 +5,9 @@ NAME
SYNOPSIS
gcloud beta composer environments snapshots load
(ENVIRONMENT : --location=LOCATION) --snapshot-path=SNAPSHOT_PATH
[--async] [--skip-pypi-packages-installation] [GCLOUD_WIDE_FLAG ...]
[--async] [--skip-airflow-overrides-setting]
[--skip-environment-variables-setting] [--skip-gcs-data-copying]
[--skip-pypi-packages-installation] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Load a snapshot into the environment.
@ -55,6 +57,16 @@ OPTIONAL FLAGS
Return immediately, without waiting for the operation in progress to
complete.
--skip-airflow-overrides-setting
When specified, skips setting Airflow overrides from the snapshot.
--skip-environment-variables-setting
When specified, skips setting environment variables from the snapshot.
--skip-gcs-data-copying
When specified, skips copying dags, plugins and data folders from the
snapshot.
--skip-pypi-packages-installation
When specified, skips the installation of custom PyPI packages from the
snapshot.
@ -68,8 +80,10 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud composer environments snapshots load
$ gcloud alpha composer environments snapshots load

View file

@ -62,8 +62,10 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud composer environments snapshots save
$ gcloud alpha composer environments snapshots save