This is an automated email from the ASF dual-hosted git repository.

eladkal pushed a commit to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-0-test by this push:
     new d3547e66287 [v3-0-test] Update docs for Airflow CLI help command 
(#51042) (#53383)
d3547e66287 is described below

commit d3547e66287de6de6daf8d70976066627f322d54
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Aug 2 13:25:31 2025 +0300

    [v3-0-test] Update docs for Airflow CLI help command (#51042) (#53383)
    
    (cherry picked from commit ea5dbcf0e6710a689acd28ef196aa978df27dcea)
    
    Co-authored-by: Jeongseok Kang <[email protected]>
---
 docker-stack-docs/entrypoint.rst | 54 ++++++++++++++++++++--------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

diff --git a/docker-stack-docs/entrypoint.rst b/docker-stack-docs/entrypoint.rst
index 5c98864ce04..2b498efd282 100644
--- a/docker-stack-docs/entrypoint.rst
+++ b/docker-stack-docs/entrypoint.rst
@@ -161,38 +161,38 @@ If there are any other arguments - they are simply passed 
to the "airflow" comma
   > docker run -it apache/airflow:3.0.3-python3.9 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
 -------------------------------------------------

Reply via email to