mik-laj commented on a change in pull request #20838:
URL: https://github.com/apache/airflow/pull/20838#discussion_r783523781



##########
File path: airflow/cli/cli_parser.py
##########
@@ -1054,6 +1080,14 @@ class GroupCommand(NamedTuple):
         args=(ARG_CLEAR_ONLY,),
     ),
 )
+MAINTENANCE_COMMANDS = (
+    ActionCommand(
+        name='cleanup',

Review comment:
       In the future, we can add other commands that will clean other things, 
e.g. logs.




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