cli icon indicating copy to clipboard operation
cli copied to clipboard

:white_square_button: Home Assistant command line interface

Results 14 cli issues
Sort by recently updated
recently updated
newest added

Add support for changing supervisor auto update for https://github.com/home-assistant/supervisor/pull/3769

enhancement
cla-signed

Various improvements to argument handling and completions. See individual commits for details.

cla-signed

Add new option added in https://github.com/home-assistant/supervisor/pull/3814 to CLI

enhancement
cla-signed

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,...

cla-signed

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

cla-signed

## 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...