kaxil commented on code in PR #43015:
URL: https://github.com/apache/airflow/pull/43015#discussion_r1803972850


##########
airflow/cli/cli_config.py:
##########
@@ -769,6 +769,9 @@ def string_lower_type(val):
     ("-L", "--access-logformat"),
     help="The access log format for gunicorn logs",
 )
+ARG_FASTAPI_API_APPS = Arg(
+    ("--apps",), help="Applications to run. Default is all", 
type=string_list_type, default=["ui", "task-sdk"]

Review Comment:
   Yeah that will be part of UI



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

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to