1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-20 02:18:37 +00:00

Start HA CLI interactively and with a tty allocated (#3238)

Use -i (--interactive) and -t (--tty) to start the HA CLI interactively.
This is required by some commands like the new device wipe command added
with https://github.com/home-assistant/cli/pull/464.
This commit is contained in:
Stefan Agner
2024-03-12 10:12:35 +01:00
committed by GitHub
parent 541afd452b
commit fe1978f98f

View File

@@ -3,4 +3,4 @@
# HA utility
# ==============================================================================
docker exec hassio_cli ha "$@"
docker exec -it hassio_cli ha "$@"