@@ -67,21 +67,30 @@ Usage:
67
67
68
68
Available Commands:
69
69
addons Install, update, remove and configure Home Assistant add-ons
70
+ audio Audio device handling.
70
71
authentication Authentication for Home Assistant users.
72
+ banner Prints the CLI Home Assistant banner along with some useful information
73
+ cli Get information, update or configure the Home Assistant cli backend
71
74
core Provides control of the Home Assistant Core
72
75
dns Get information, update or configure the Home Assistant DNS server
76
+ docker Docker backend specific for info and OCI configuration
73
77
hardware Provides hardware information about your system
74
78
help Help about any command
75
79
host Control the host/system that Home Assistant is running on
76
80
info Provides a general Home Assistant information overview
81
+ jobs Get information and manage running jobs
82
+ multicast Get information, update or configure the Home Assistant Multicast
83
+ network Network specific for updating, info and configuration imports
84
+ observer Get information, update or configure the Home Assistant observer
77
85
os Operating System specific for updating, info and configuration imports
86
+ resolution Resolution center of Supervisor, show issues and suggest solutions
78
87
snapshots Create, restore and remove snapshot backups
79
88
supervisor Monitor, control and configure the Home Assistant Supervisor
80
89
81
90
Flags:
82
91
--api-token string Home Assistant Supervisor API token
83
92
--config string Optional config file (default is $HOME /.homeassistant.yaml)
84
- --endpoint string Endpoint for Home Assistant Supervisor ( default is ' supervisor' )
93
+ --endpoint string Endpoint for Home Assistant Supervisor (default is ' supervisor' )
85
94
-h, --help help for ha
86
95
--log-level string Log level (defaults to Warn)
87
96
--no-progress Disable the progress spinner
0 commit comments