mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
44 lines
1.2 KiB
Text
44 lines
1.2 KiB
Text
NAME
|
|
gcloud beta composer - create and manage Cloud Composer Environments
|
|
|
|
SYNOPSIS
|
|
gcloud beta composer GROUP [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) Cloud Composer is a managed Apache Airflow service that helps you
|
|
create, schedule, monitor and manage workflows. Cloud Composer automation
|
|
helps you create Airflow environments quickly and use Airflow-native tools,
|
|
such as the powerful Airflow web interface and command line tools, so you
|
|
can focus on your workflows and not your infrastructure.
|
|
|
|
EXAMPLES
|
|
To see how to create and manage environments, run:
|
|
|
|
$ gcloud beta composer environments --help
|
|
|
|
To see how to manage long-running operations, run:
|
|
|
|
$ gcloud beta composer operations --help
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
environments
|
|
(BETA) Create and manage Cloud Composer environments.
|
|
|
|
operations
|
|
(BETA) Manage Cloud Composer operations.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. These
|
|
variants are also available:
|
|
|
|
$ gcloud composer
|
|
|
|
$ gcloud alpha composer
|
|
|