mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Feb 15 10:13:15 UTC 2023
This commit is contained in:
parent
02b395b082
commit
78fb6d9419
375 changed files with 5899 additions and 1603 deletions
|
|
@ -33,7 +33,7 @@ SYNOPSIS
|
|||
--snapshot-creation-schedule=SNAPSHOT_CREATION_SCHEDULE
|
||||
--snapshot-location=SNAPSHOT_LOCATION
|
||||
--snapshot-schedule-timezone=SNAPSHOT_SCHEDULE_TIMEZONE]
|
||||
[--enable-triggerer
|
||||
[--enable-triggerer --triggerer-count=TRIGGERER_COUNT
|
||||
--triggerer-cpu=TRIGGERER_CPU --triggerer-memory=TRIGGERER_MEMORY]
|
||||
[--kms-key=KMS_KEY : --kms-keyring=KMS_KEYRING
|
||||
--kms-location=KMS_LOCATION --kms-project=KMS_PROJECT]
|
||||
|
|
@ -413,8 +413,14 @@ FLAGS
|
|||
greater.
|
||||
|
||||
--enable-triggerer
|
||||
Enable use of a triggerer, supported in the Environments with
|
||||
Composer 2.0.31 and Airflow 2.2.5 and greater.
|
||||
(DEPRECATED) Enable use of a triggerer, supported in the Environments
|
||||
with Composer 2.0.31 and Airflow 2.2.5 and greater.
|
||||
|
||||
This flag is deprecated. Use --triggerer-count instead.
|
||||
|
||||
--triggerer-count=TRIGGERER_COUNT
|
||||
Number of triggerers, supported in the Environments with Composer
|
||||
2.0.31 and Airflow 2.2.5 and greater.
|
||||
|
||||
--triggerer-cpu=TRIGGERER_CPU
|
||||
CPU allocated to Airflow triggerer. Supported in the Environments
|
||||
|
|
@ -446,13 +452,15 @@ FLAGS
|
|||
▸ provide the argument --kms-keyring on the command line.
|
||||
|
||||
--kms-location=KMS_LOCATION
|
||||
The Cloud location for the key. To set the kms-location attribute:
|
||||
The Google Cloud location for the key. To set the kms-location
|
||||
attribute:
|
||||
▸ provide the argument --kms-key on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --kms-location on the command line.
|
||||
|
||||
--kms-project=KMS_PROJECT
|
||||
The Cloud project for the key. To set the kms-project attribute:
|
||||
The Google Cloud project for the key. To set the kms-project
|
||||
attribute:
|
||||
▸ provide the argument --kms-key on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --kms-project on the command line;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ NAME
|
|||
environments under a project and location
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta composer environments list --locations=[LOCATIONS,...]
|
||||
gcloud beta composer environments list [--locations=[LOCATIONS,...]]
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ SYNOPSIS
|
|||
--web-server-storage=WEB_SERVER_STORAGE --worker-cpu=WORKER_CPU
|
||||
--worker-memory=WORKER_MEMORY
|
||||
--worker-storage=WORKER_STORAGE --disable-triggerer
|
||||
| --enable-triggerer
|
||||
| --enable-triggerer --triggerer-count=TRIGGERER_COUNT
|
||||
--triggerer-cpu=TRIGGERER_CPU --triggerer-memory=TRIGGERER_MEMORY
|
||||
| --update-airflow-configs=[KEY=VALUE,...] --clear-airflow-configs
|
||||
| --remove-airflow-configs=[KEY,...]
|
||||
|
|
@ -299,14 +299,23 @@ REQUIRED FLAGS
|
|||
At most one of these can be specified:
|
||||
|
||||
--disable-triggerer
|
||||
Disable a triggerer, supported in the Environments with Composer
|
||||
2.0.31 and Airflow 2.2.5 and greater.
|
||||
(DEPRECATED) Disable a triggerer, supported in the Environments
|
||||
with Composer 2.0.31 and Airflow 2.2.5 and greater.
|
||||
|
||||
This flag is deprecated. Use --triggerer-count 0 instead.
|
||||
|
||||
Group of arguments for setting triggerer settings during update in
|
||||
Composer 2.0.31 or greater.
|
||||
|
||||
--enable-triggerer
|
||||
Enable use of a triggerer, supported in the Environments with
|
||||
(DEPRECATED) Enable use of a triggerer, supported in the
|
||||
Environments with Composer 2.0.31 and Airflow 2.2.5 and
|
||||
greater.
|
||||
|
||||
This flag is deprecated. Use --triggerer-count instead.
|
||||
|
||||
--triggerer-count=TRIGGERER_COUNT
|
||||
Number of triggerers, supported in the Environments with
|
||||
Composer 2.0.31 and Airflow 2.2.5 and greater.
|
||||
|
||||
--triggerer-cpu=TRIGGERER_CPU
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue