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


##########
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:
   Do we want a "public" option too. Which onylyruns the public rest api?
   
   "ui" should definitely run the public rest api anyway



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