mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-13 16:37:00 +00:00
39 lines
1 KiB
Text
39 lines
1 KiB
Text
NAME
|
|
gcloud composer environments storage dags - manage DAGs for Cloud Composer
|
|
environments
|
|
|
|
SYNOPSIS
|
|
gcloud composer environments storage dags COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
The gcloud composer environments storage dags command group lets you
|
|
import, export, list, and delete DAGs for your Cloud Composer environment.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
delete
|
|
Delete DAG files from an Cloud Composer environment's Cloud Storage
|
|
bucket.
|
|
|
|
export
|
|
Export DAGs from an environment into local storage or Cloud Storage.
|
|
|
|
import
|
|
Import DAGs from local storage or Cloud Storage into an environment.
|
|
|
|
list
|
|
List the DAG files for a Cloud Composer environment.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha composer environments storage dags
|
|
|
|
$ gcloud beta composer environments storage dags
|
|
|