mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Apr 20 08:58:18 UTC 2022
This commit is contained in:
parent
9dcb91c709
commit
72862dfe28
204 changed files with 3253 additions and 457 deletions
|
|
@ -23,7 +23,7 @@ EXAMPLES
|
|||
|
||||
airflow trigger_dag some_dag --run_id=foo
|
||||
|
||||
The following command (for environments with Airflow 2.0+):
|
||||
The following command (for environments with Airflow 1.10.14+):
|
||||
|
||||
gcloud alpha composer environments run myenv dags list
|
||||
|
||||
|
|
@ -53,8 +53,8 @@ POSITIONAL ARGUMENTS
|
|||
this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
Compute Engine region in which to create the environment. To set the
|
||||
location attribute:
|
||||
Region where Composer environment runs or in which to create the
|
||||
environment. To set the location attribute:
|
||||
▸ provide the argument environment on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line;
|
||||
|
|
@ -64,15 +64,15 @@ POSITIONAL ARGUMENTS
|
|||
The Airflow CLI subcommand to run. Available subcommands include
|
||||
(listed with Airflow versions that support): backfill [**, 2.0.0),
|
||||
clear [**, 2.0.0), connections [**, 3.0.0), dag_state [**, 2.0.0), dags
|
||||
[2.0.0, 3.0.0), delete_dag [1.10.1, 2.0.0), kerberos [**, 3.0.0),
|
||||
[1.10.14, 3.0.0), delete_dag [1.10.1, 2.0.0), kerberos [**, 3.0.0),
|
||||
kubernetes [2.1.4, 3.0.0), list_dag_runs [1.10.2, 2.0.0), list_dags
|
||||
[**, 2.0.0), list_tasks [**, 2.0.0), next_execution [1.10.2, 2.0.0),
|
||||
pause [**, 2.0.0), pool [**, 2.0.0), pools [2.0.0, 3.0.0), render [**,
|
||||
2.0.0), roles [2.0.0, 3.0.0), run [**, 2.0.0), sync-perm [2.0.0,
|
||||
pause [**, 2.0.0), pool [**, 2.0.0), pools [1.10.14, 3.0.0), render
|
||||
[**, 2.0.0), roles [2.0.0, 3.0.0), run [**, 2.0.0), sync-perm [1.10.14,
|
||||
3.0.0), sync_perm [1.10.2, 2.0.0), task_failed_deps [**, 2.0.0),
|
||||
task_state [**, 2.0.0), tasks [2.0.0, 3.0.0), test [**, 2.0.0),
|
||||
task_state [**, 2.0.0), tasks [1.10.14, 3.0.0), test [**, 2.0.0),
|
||||
trigger_dag [**, 2.0.0), unpause [**, 2.0.0), upgrade_check [1.10.15,
|
||||
2.0.0), users [2.0.0, 3.0.0), variables [**, 3.0.0), version [**,
|
||||
2.0.0), users [1.10.14, 3.0.0), variables [**, 3.0.0), version [**,
|
||||
3.0.0) (see
|
||||
https://airflow.apache.org/docs/apache-airflow/stable/cli-and-env-variables-ref.html
|
||||
for more info).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue