cli
cli copied to clipboard
:white_square_button: Home Assistant command line interface
Add support for changing supervisor auto update for https://github.com/home-assistant/supervisor/pull/3769
Various improvements to argument handling and completions. See individual commits for details.
Add new option added in https://github.com/home-assistant/supervisor/pull/3814 to CLI
Without this: ```shellsession ~ $ ha store addons json: cannot unmarshal array into Go struct field Response.data of type map[string]interface {} ``` Plain `ha store` works and is the same,...
A `.local` domain is hardcoded into the URLs the banner prints: https://github.com/home-assistant/cli/blob/640d56e9366339724c39fdf4765dd036fbfdfb53/cmd/banner.go#L167-L168 .local is of course not always the correct domain. I'm not sure what a portable (enough) way is...
CLI support for https://github.com/home-assistant/supervisor/pull/5017
## Describe the problem I attempted to update the SSH addon using ssh - makes sense in retrospect why this didn't work, but the error message does not make it...
I noticed today that the welcome banner in the CLI includes two URLs to Home Assistant endpoints: ``` Home Assistant URL: http://homeassistant.local:8123 Observer URL: http://homeassistant.local:4357 ``` These endpoints are hard-coded...
## Describe the problem ``` $ ha network vlan Error: accepts 2 arg(s), received 0 Usage: ha network vlan [interface] [id] [flags] Examples: ha network vlan eth0 10 --ipv4-method auto...