bugraoz93 commented on code in PR #49378: URL: https://github.com/apache/airflow/pull/49378#discussion_r2047891606
########## dev/breeze/doc/03_developer_tasks.rst: ########## @@ -392,7 +392,7 @@ Launching multiple terminals in the same environment ---------------------------------------------------- Often if you want to run full airflow in the Breeze environment you need to launch multiple terminals and -run ``airflow webserver``, ``airflow scheduler``, ``airflow worker`` in separate terminals. +run ``airflow webserver`` for Airflow 2 and ``airflow api-server`` for Airflow 3, ``airflow scheduler``, ``airflow worker`` in separate terminals. Review Comment: That's true. We used it as `webserver or api server` in some places. I wasn't sure if we were removing everything in the docs, too. There are a few places we still need to update, it seems. Pushing them to remove the AF2 indications. Thanks for the review! -- 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