1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Mar 8 10:34:05 UTC 2023

This commit is contained in:
Automated 2023-03-08 10:34:05 +00:00
parent bdaa0b3cfc
commit 29661f002c
111 changed files with 1800 additions and 704 deletions

View file

@ -13,8 +13,20 @@ DESCRIPTION
sub-command to complete; its exit code will match the sub-command's exit
code.
Note: Airflow CLI sub-command syntax differs between Airflow 1 and Airflow
2. Refer to the Airflow CLI reference documentation for more details.
EXAMPLES
The following command:
The following command in environments with Airflow 2:
gcloud alpha composer environments run myenv dags trigger -- some_dag --run_id=foo
is equivalent to running the following command from a shell inside the
my-environment environment:
airflow dags trigger --run_id=foo some_dag
The same command, but for environments with Airflow 1.10.14+:
gcloud alpha composer environments run myenv trigger_dag -- some_dag --run_id=foo