mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 13:10:18 +00:00
gcloud: Wed May 14 10:45:02 UTC 2025
This commit is contained in:
parent
dfebca5b6c
commit
82f3a66664
423 changed files with 11160 additions and 1149 deletions
|
|
@ -13,7 +13,7 @@ DESCRIPTION
|
|||
|
||||
EXAMPLES
|
||||
To delete the dags in the path path/to/dags, for the environment named
|
||||
environmnet-1 in the location us-east1, run:
|
||||
environment-1 in the location us-east1, run:
|
||||
|
||||
$ gcloud alpha composer environments storage dags delete \
|
||||
path/to/dags --environment=environment-1 --location=us-east1
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ DESCRIPTION
|
|||
(ALPHA) List the DAG files for a Cloud Composer environment.
|
||||
|
||||
EXAMPLES
|
||||
To list the dags for the Cloud Composer environment environmnet-1 and
|
||||
To list the dags for the Cloud Composer environment environment-1 and
|
||||
location us-central1, run:
|
||||
|
||||
$ gcloud alpha composer environments storage dags list \
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ DESCRIPTION
|
|||
|
||||
EXAMPLES
|
||||
To delete the data from the path path/to/data, for the environment named
|
||||
environmnet-1 in the location us-east1, run:
|
||||
environment-1 in the location us-east1, run:
|
||||
|
||||
$ gcloud alpha composer environments storage data delete \
|
||||
path/to/data --environment=environment-1 --location=us-east1
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ DESCRIPTION
|
|||
(ALPHA) List the data for a Cloud Composer environment.
|
||||
|
||||
EXAMPLES
|
||||
To list the data from the Cloud Composer environment environmnet-1 and
|
||||
To list the data from the Cloud Composer environment environment-1 and
|
||||
location us-central1, run:
|
||||
|
||||
$ gcloud alpha composer environments storage data list \
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ DESCRIPTION
|
|||
|
||||
EXAMPLES
|
||||
To delete the plugins in the path path/to/plugins, for the environment
|
||||
named environmnet-1 in the location us-east1, run:
|
||||
named environment-1 in the location us-east1, run:
|
||||
|
||||
$ gcloud alpha composer environments storage plugins delete \
|
||||
path/to/plugins --environment=environment-1 --location=us-east1
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ DESCRIPTION
|
|||
(ALPHA) List the plugins for a Cloud Composer environment.
|
||||
|
||||
EXAMPLES
|
||||
To list the plugins for the Cloud Composer environment environmnet-1 and
|
||||
To list the plugins for the Cloud Composer environment environment-1 and
|
||||
location us-central1, run:
|
||||
|
||||
$ gcloud alpha composer environments storage plugins list \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue