@@ -73,5 +73,108 @@ For more information use
73
73
74
74
airflowctl auth login --help
75
75
76
- You are ready to use Airflow CTL now. You can use the command ``airflowctl --help `` to see the list of available commands.
76
+ .. image :: ../images/output_auth_login.svg
77
+ :target: https://raw.githubusercontent.com/apache/airflow/main/airflow-ctl/docs/images/output_auth_login.svg
78
+ :width: 100%
79
+ :alt: Airflow CTL Auth Login Help
80
+
81
+ You are ready to use Airflow CTL now.
77
82
Please, also see :doc: `/cli-and-env-variables-ref ` for the list of available commands and options.
83
+
84
+ You can use the command ``airflowctl --help `` to see the list of available commands.
85
+
86
+ .. image :: ../images/output_main.svg
87
+ :target: https://raw.githubusercontent.com/apache/airflow/main/airflow-ctl/docs/images/output_main.svg
88
+ :width: 100%
89
+ :alt: Airflow CTL Help
90
+
91
+
92
+ All Available Group Command References
93
+ --------------------------------------
94
+
95
+ Below are the command reference diagrams for all available commands in Airflow CTL.
96
+ These visual references show the full command syntax, options, and parameters for each command.
97
+
98
+ **Assets **
99
+ ''''''''''
100
+ .. image :: ../images/output_assets.svg
101
+ :target: https://raw.githubusercontent.com/apache/airflow/main/airflow-ctl/docs/images/output_assets.svg
102
+ :width: 100%
103
+ :alt: Airflow CTL Assets Command
104
+
105
+ **Auth **
106
+ ''''''''
107
+ .. image :: ../images/output_auth.svg
108
+ :target: https://raw.githubusercontent.com/apache/airflow/main/airflow-ctl/docs/images/output_auth.svg
109
+ :width: 100%
110
+ :alt: Airflow CTL Auth Command
111
+
112
+ **Backfills **
113
+ '''''''''''''
114
+ .. image :: ../images/output_backfills.svg
115
+ :target: https://raw.githubusercontent.com/apache/airflow/main/airflow-ctl/docs/images/output_backfills.svg
116
+ :width: 100%
117
+ :alt: Airflow CTL Backfills Command
118
+
119
+ **Config **
120
+ ''''''''''
121
+ .. image :: ../images/output_config.svg
122
+ :target: https://raw.githubusercontent.com/apache/airflow/main/airflow-ctl/docs/images/output_config.svg
123
+ :width: 100%
124
+ :alt: Airflow CTL Config Command
125
+
126
+ **Connections **
127
+ '''''''''''''''
128
+ .. image :: ../images/output_connections.svg
129
+ :target: https://raw.githubusercontent.com/apache/airflow/main/airflow-ctl/docs/images/output_connections.svg
130
+ :width: 100%
131
+ :alt: Airflow CTL Connections Command
132
+
133
+ **DAGs **
134
+ ''''''''
135
+ .. image :: ../images/output_dag.svg
136
+ :target: https://raw.githubusercontent.com/apache/airflow/main/airflow-ctl/docs/images/output_dag.svg
137
+ :width: 100%
138
+ :alt: Airflow CTL DAG Command
139
+
140
+ **DAG Runs **
141
+ ''''''''''''
142
+ .. image :: ../images/output_dagrun.svg
143
+ :target: https://raw.githubusercontent.com/apache/airflow/main/airflow-ctl/docs/images/output_dagrun.svg
144
+ :width: 100%
145
+ :alt: Airflow CTL DAG Run Command
146
+
147
+ **Jobs **
148
+ ''''''''
149
+ .. image :: ../images/output_jobs.svg
150
+ :target: https://raw.githubusercontent.com/apache/airflow/main/airflow-ctl/docs/images/output_jobs.svg
151
+ :width: 100%
152
+ :alt: Airflow CTL Jobs Command
153
+
154
+ **Pools **
155
+ '''''''''
156
+ .. image :: ../images/output_pools.svg
157
+ :target: https://raw.githubusercontent.com/apache/airflow/main/airflow-ctl/docs/images/output_pools.svg
158
+ :width: 100%
159
+ :alt: Airflow CTL Pools Command
160
+
161
+ **Providers **
162
+ '''''''''''''
163
+ .. image :: ../images/output_providers.svg
164
+ :target: https://raw.githubusercontent.com/apache/airflow/main/airflow-ctl/docs/images/output_providers.svg
165
+ :width: 100%
166
+ :alt: Airflow CTL Providers Command
167
+
168
+ **Variables **
169
+ '''''''''''''
170
+ .. image :: ../images/output_variables.svg
171
+ :target: https://raw.githubusercontent.com/apache/airflow/main/airflow-ctl/docs/images/output_variables.svg
172
+ :width: 100%
173
+ :alt: Airflow CTL Variables Command
174
+
175
+ **Version **
176
+ '''''''''''
177
+ .. image :: ../images/output_version.svg
178
+ :target: https://raw.githubusercontent.com/apache/airflow/main/airflow-ctl/docs/images/output_version.svg
179
+ :width: 100%
180
+ :alt: Airflow CTL Version Command
0 commit comments