From 41e6f163adae617a298651549a86b67e4844d9af Mon Sep 17 00:00:00 2001 From: rapsealk Date: Sun, 25 May 2025 18:18:09 +0900 Subject: [PATCH] Update docs for Airflow CLI help command --- docker-stack-docs/entrypoint.rst | 56 ++++++++++++++++---------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/docker-stack-docs/entrypoint.rst b/docker-stack-docs/entrypoint.rst index 311ae098bb53e..3d76696849e32 100644 --- a/docker-stack-docs/entrypoint.rst +++ b/docker-stack-docs/entrypoint.rst @@ -158,41 +158,41 @@ If there are any other arguments - they are simply passed to the "airflow" comma .. code-block:: bash - > docker run -it apache/airflow:3.1.0-python3.9 help + > docker run -it apache/airflow:3.0.1-python3.12 help usage: airflow [-h] GROUP_OR_COMMAND ... - positional arguments: + Positional Arguments: GROUP_OR_COMMAND - Groups: - celery Celery components - config View configuration - connections Manage connections - dags Manage dags - db Database operations - jobs Manage jobs - kubernetes Tools to help run the KubernetesExecutor - pools Manage pools - providers Display providers - roles Manage roles - tasks Manage tasks - users Manage users - variables Manage variables + Groups + assets Manage assets + backfill Manage backfills + config View configuration + connections Manage connections + dags Manage DAGs + db Database operations + jobs Manage jobs + pools Manage pools + providers Display providers + tasks Manage tasks + variables Manage variables Commands: - cheat-sheet Display cheat sheet - info Show information about current Airflow and environment - kerberos Start a Kerberos ticket renewer - plugins Dump information about loaded plugins + api-server Start an Airflow API server instance + cheat-sheet Display cheat sheet + dag-processor Start a dag processor instance + info Show information about current Airflow and environment + kerberos Start a kerberos ticket renewer + plugins Dump information about loaded plugins rotate-fernet-key - Rotate encrypted connection credentials and variables - scheduler Start a scheduler instance - sync-perm Update permissions for existing roles and optionally dags - version Show the version - webserver Start an Airflow webserver instance - - optional arguments: - -h, --help show this help message and exit + Rotate encrypted connection credentials and variables + scheduler Start a scheduler instance + standalone Run an all-in-one copy of Airflow + triggerer Start a triggerer instance + version Show the version + + Options: + -h, --help show this help message and exit Execute custom code before the Airflow entrypoint -------------------------------------------------