Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev/breeze/doc/01_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dev/breeze/src/airflow_breeze/utils/visuals.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion scripts/tools/setup_breeze
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading