ashb opened a new issue, #29738:
URL: https://github.com/apache/airflow/issues/29738

   ### Body
   
   As of main commit dff425bc3d `airflow dags list` doesn't work anymore! I 
don't know when it broke.
   
   It's in the help, but.... doesn't work
   ```
   ❯ airflow dags -h
   Usage: airflow dags [-h] COMMAND ...
   
   Manage DAGs
   
   Positional Arguments:
     COMMAND
       backfill          Run subsections of a DAG for a specified date range
       delete            Delete all DB records related to the specified DAG
       list              List all the DAGs
       list-import-errors
       ...
   ```
   
   But trying to run it
   ```
   ❯ airflow dags list
   
   Usage: airflow dags [-h] COMMAND ...
   
   Manage DAGs
   
   Positional Arguments:
     COMMAND
       backfill  Run subsections of a DAG for a specified date range
       list-runs
                 List DAG runs given a DAG id
       pause     Pause a DAG
       test      Execute one single DagRun
       unpause   Resume a paused DAG
   
   Options:
     -h, --help  show this help message and exit
   
   airflow dags command error: argument COMMAND: invalid choice: 'list' (choose 
from 'backfill', 'list-runs', 'pause', 'test', 'unpause'), see help above.
   ```
   
   ### Committer
   
   - [X] I acknowledge that I am a maintainer/committer of the Apache Airflow 
project.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to