mik-laj commented on a change in pull request #7130: [AIRFLOW-6533] Add cli 
commands to manage config
URL: https://github.com/apache/airflow/pull/7130#discussion_r365344763
 
 

 ##########
 File path: airflow/bin/cli.py
 ##########
 @@ -130,6 +130,23 @@ class CLIFactory:
             choices=tabulate_formats,
             default="fancy_grid"),
 
+        # config
+        'section': Arg(
+            ("--section",),
+            help="Section of the config"),
+        'option': Arg(
+            ("--option",),
+            help="Option in the given section"),
+        'value': Arg(
+            ("--value",),
+            help="Value for the option"),
+        'executor': Arg(
+            ("--executor",),
+            help="Use to change the executor"),
+        'dagdir': Arg(
+            ("--dagdir",),
 
 Review comment:
   ```suggestion
               ("--dagdir",),
   ```
   We are currently using the subdir option for this purpose.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to