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.

(cherry picked from commit fe1978f98fab65f52676590e6c8e60716497d551)
This commit is contained in:
Stefan Agner 2024-03-12 10:12:35 +01:00 committed by Jan Čermák
parent a909d89e1c
commit 3dfd3a4c21
No known key found for this signature in database
GPG Key ID: A78C897AA3AF012B

View File

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