mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 06:56:29 +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. (cherry picked from commit fe1978f98fab65f52676590e6c8e60716497d551)
This commit is contained in:
parent
a909d89e1c
commit
3dfd3a4c21
@ -3,4 +3,4 @@
|
|||||||
# HA utility
|
# HA utility
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
|
|
||||||
docker exec hassio_cli ha "$@"
|
docker exec -it hassio_cli ha "$@"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user