potiuk commented on code in PR #23052: URL: https://github.com/apache/airflow/pull/23052#discussion_r858755844
########## BREEZE.rst: ########## @@ -461,7 +461,14 @@ Those are commands mostly used by contributors: * Initialize local virtualenv with ``./scripts/tools/initialize_virtualenv.py`` command * Run static checks with autocomplete support ``breeze static-checks`` command * Run test specified with ``./breeze-legacy tests`` command -* Join running interactive shell with ``./breeze-legacy exec`` command +* Build CI docker image with ``breeze build-image`` command +* Cleanup breeze with ``breeze cleanup`` command Review Comment: I moved those commands down (to correspond with the split we have now). Also I removed the "Additional managemetn tasks" sub-split :) -- 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]
