mik-laj commented on a change in pull request #5975: [AIRFLOW-5368] Display DAG 
from the CLI
URL: https://github.com/apache/airflow/pull/5975#discussion_r321110513
 
 

 ##########
 File path: airflow/bin/cli.py
 ##########
 @@ -1789,6 +1817,12 @@ class CLIFactory:
         'dag_regex': Arg(
             ("-dx", "--dag_regex"),
             "Search dag_id as regex instead of exact string", "store_true"),
+        # show_dag
+        'save': Arg(("-s", "--save"), "Saves the result to the indicated 
file."),
 
 Review comment:
   I added examples.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to