mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Fri Jun 2 10:25:45 UTC 2023
This commit is contained in:
parent
d0919dce4f
commit
daa9cea776
199 changed files with 7828 additions and 401 deletions
|
|
@ -7,7 +7,7 @@ SYNOPSIS
|
|||
(ENVIRONMENT : --location=LOCATION) [--airflow-configs=[KEY=VALUE,...]]
|
||||
[--async] [--cloud-sql-machine-type=CLOUD_SQL_MACHINE_TYPE]
|
||||
[--disk-size=DISK_SIZE] [--enable-cloud-data-lineage-integration]
|
||||
[--env-variables=[NAME=VALUE,...]]
|
||||
[--enable-high-resilience] [--env-variables=[NAME=VALUE,...]]
|
||||
[--environment-size=ENVIRONMENT_SIZE] [--labels=[KEY=VALUE,...]]
|
||||
[--machine-type=MACHINE_TYPE] [--node-count=NODE_COUNT]
|
||||
[--oauth-scopes=[SCOPE,...]] [--python-version=PYTHON_VERSION]
|
||||
|
|
@ -132,6 +132,9 @@ FLAGS
|
|||
--enable-cloud-data-lineage-integration
|
||||
Enable Cloud Data Lineage integration.
|
||||
|
||||
--enable-high-resilience
|
||||
Enable use of a high resilience, supported for Composer 2 Environments.
|
||||
|
||||
--env-variables=[NAME=VALUE,...]
|
||||
A comma-delimited list of environment variable NAME=VALUE pairs to
|
||||
provide to the Airflow scheduler, worker, and webserver processes. NAME
|
||||
|
|
|
|||
72
gcloud/alpha/composer/environments/database-failover
Normal file
72
gcloud/alpha/composer/environments/database-failover
Normal file
|
|
@ -0,0 +1,72 @@
|
|||
NAME
|
||||
gcloud alpha composer environments database-failover - run a database
|
||||
failover operation
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha composer environments database-failover
|
||||
(ENVIRONMENT : --location=LOCATION) [--async] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Run a database failover operation.
|
||||
|
||||
EXAMPLES
|
||||
To run a manual database failover on the environment named environment-1,
|
||||
run: $ gcloud alpha composer environments database-failover environment-1
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Environment resource - The environment for which to trigger a database
|
||||
failover. 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 argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
Region where Composer environment runs or 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.
|
||||
|
||||
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. These variants are also available:
|
||||
|
||||
$ gcloud composer environments database-failover
|
||||
|
||||
$ gcloud beta composer environments database-failover
|
||||
|
||||
67
gcloud/alpha/composer/environments/fetch-database-properties
Normal file
67
gcloud/alpha/composer/environments/fetch-database-properties
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
NAME
|
||||
gcloud alpha composer environments fetch-database-properties - fetch
|
||||
database properties
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha composer environments fetch-database-properties
|
||||
(ENVIRONMENT : --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Fetch database properties.
|
||||
|
||||
EXAMPLES
|
||||
To fetch database properties for the environment named environment-1, run: $ gcloud alpha composer environments fetch-database-properties \
|
||||
environment-1
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Environment resource - The environment for which to fetch database
|
||||
properties. 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 argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
Region where Composer environment runs or 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.
|
||||
|
||||
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. These variants are also available:
|
||||
|
||||
$ gcloud composer environments fetch-database-properties
|
||||
|
||||
$ gcloud beta composer environments fetch-database-properties
|
||||
|
||||
|
|
@ -38,12 +38,18 @@ COMMANDS
|
|||
create
|
||||
(ALPHA) Create and initialize a Cloud Composer environment.
|
||||
|
||||
database-failover
|
||||
(ALPHA) Run a database failover operation.
|
||||
|
||||
delete
|
||||
(ALPHA) Delete one or more Cloud Composer environments.
|
||||
|
||||
describe
|
||||
(ALPHA) Get details about a Cloud Composer environment.
|
||||
|
||||
fetch-database-properties
|
||||
(ALPHA) Fetch database properties.
|
||||
|
||||
list
|
||||
(ALPHA) List the Cloud Composer environments under a project and
|
||||
location.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue