yunchipang commented on code in PR #50556:
URL: https://github.com/apache/airflow/pull/50556#discussion_r2141758629


##########
airflow-ctl/src/airflowctl/ctl/cli_config.py:
##########
@@ -643,6 +678,22 @@ def merge_commands(
     ),
 )
 
+CONFIG_COMMANDS = (
+    ActionCommand(
+        name="lint",
+        help="Lint options for the configuration changes while migrating from 
Airflow 2.x to Airflow 3.0",
+        description="Lint options for the configuration changes while 
migrating from Airflow 2.x to Airflow 3.0",

Review Comment:
   @uranusjr thanks for the suggestion! changes have been pushed.



-- 
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

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

Reply via email to