mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 02:25:19 +00:00
43 lines
1.1 KiB
Text
43 lines
1.1 KiB
Text
NAME
|
|
gcloud composer - create and manage Cloud Composer Environments
|
|
|
|
SYNOPSIS
|
|
gcloud composer GROUP [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
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 composer environments --help
|
|
|
|
To see how to manage long-running operations, run:
|
|
|
|
$ gcloud 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
|
|
Create and manage Cloud Composer environments.
|
|
|
|
operations
|
|
Manage Cloud Composer operations.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha composer
|
|
|
|
$ gcloud beta composer
|
|
|