mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 23:16:31 +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:
parent
541afd452b
commit
fe1978f98f
@ -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