1
0
Fork 0
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:
Automated 2025-05-14 10:45:02 +00:00
parent dfebca5b6c
commit 82f3a66664
423 changed files with 11160 additions and 1149 deletions

View file

@ -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 beta composer environments storage dags delete \
path/to/dags --environment=environment-1 --location=us-east1

View file

@ -11,7 +11,7 @@ DESCRIPTION
(BETA) 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 beta composer environments storage dags list \

View file

@ -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 beta composer environments storage data delete \
path/to/data --environment=environment-1 --location=us-east1

View file

@ -11,7 +11,7 @@ DESCRIPTION
(BETA) 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 beta composer environments storage data list \

View file

@ -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 beta composer environments storage plugins delete \
path/to/plugins --environment=environment-1 --location=us-east1

View file

@ -11,7 +11,7 @@ DESCRIPTION
(BETA) 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 beta composer environments storage plugins list \