@@ -161,38 +161,38 @@ If there are any other arguments - they are simply passed to the "airflow" comma
161161 > docker run -it apache/airflow:3.1.0-python3.10 help
162162 usage: airflow [-h] GROUP_OR_COMMAND ...
163163
164- positional arguments :
164+ Positional Arguments :
165165 GROUP_OR_COMMAND
166166
167- Groups:
168- celery Celery components
169- config View configuration
170- connections Manage connections
171- dags Manage dags
172- db Database operations
173- jobs Manage jobs
174- kubernetes Tools to help run the KubernetesExecutor
175- pools Manage pools
176- providers Display providers
177- roles Manage roles
178- tasks Manage tasks
179- users Manage users
180- variables Manage variables
167+ Groups
168+ assets Manage assets
169+ backfill Manage backfills
170+ config View configuration
171+ connections Manage connections
172+ dags Manage DAGs
173+ db Database operations
174+ jobs Manage jobs
175+ pools Manage pools
176+ providers Display providers
177+ tasks Manage tasks
178+ variables Manage variables
181179
182180 Commands:
183- cheat-sheet Display cheat sheet
184- info Show information about current Airflow and environment
185- kerberos Start a Kerberos ticket renewer
186- plugins Dump information about loaded plugins
181+ api-server Start an Airflow API server instance
182+ cheat-sheet Display cheat sheet
183+ dag-processor Start a dag processor instance
184+ info Show information about current Airflow and environment
185+ kerberos Start a kerberos ticket renewer
186+ plugins Dump information about loaded plugins
187187 rotate-fernet-key
188- Rotate encrypted connection credentials and variables
189- scheduler Start a scheduler instance
190- sync-perm Update permissions for existing roles and optionally dags
191- version Show the version
192- webserver Start an Airflow webserver instance
193-
194- optional arguments :
195- -h, --help show this help message and exit
188+ Rotate encrypted connection credentials and variables
189+ scheduler Start a scheduler instance
190+ standalone Run an all-in-one copy of Airflow
191+ triggerer Start a triggerer instance
192+ version Show the version
193+
194+ Options :
195+ -h, --help show this help message and exit
196196
197197 Execute custom code before the Airflow entrypoint
198198-------------------------------------------------
0 commit comments