diff --git a/dev/breeze/doc/01_installation.rst b/dev/breeze/doc/01_installation.rst index f1aa42f5ecb5c..d7896fa8262ac 100644 --- a/dev/breeze/doc/01_installation.rst +++ b/dev/breeze/doc/01_installation.rst @@ -430,7 +430,7 @@ also force reinstalling the autocomplete via: breeze setup autocomplete --force -These are all available flags of ``setup-autocomplete`` command: +These are all available flags of ``setup autocomplete`` command: .. image:: ./images/output_setup_autocomplete.svg :target: https://raw.githubusercontent.com/apache/airflow/main/dev/breeze/images/output_setup_autocomplete.svg diff --git a/dev/breeze/src/airflow_breeze/utils/visuals.py b/dev/breeze/src/airflow_breeze/utils/visuals.py index 36b0cbba9c675..996c8f655319d 100644 --- a/dev/breeze/src/airflow_breeze/utils/visuals.py +++ b/dev/breeze/src/airflow_breeze/utils/visuals.py @@ -126,7 +126,7 @@ integration or starting complete Airflow using `start-airflow` command as well as ways of cleaning up the installation. - Make sure to run `setup-autocomplete` to get the commands and options auto-completable + Make sure to run `breeze setup autocomplete` to get the commands and options auto-completable in your shell. You can disable this cheatsheet by running: diff --git a/scripts/tools/setup_breeze b/scripts/tools/setup_breeze index c8078887030e4..7b3560da24201 100755 --- a/scripts/tools/setup_breeze +++ b/scripts/tools/setup_breeze @@ -72,7 +72,7 @@ function check_breeze_installed() { echo if "${MY_DIR}/confirm" "installing and modifying the startup scripts"; then uv tool install -e "${AIRFLOW_SOURCES}/dev/breeze/" --force - ${BREEZE_BINARY} setup-autocomplete --force --answer yes + ${BREEZE_BINARY} setup autocomplete --force --answer yes echo echo "${COLOR_YELLOW}Please close and re-open the shell and retry. Then rerun your last command!${COLOR_RESET}" echo