Add instructions for homebrew installation#167
Add instructions for homebrew installation#167fabaff merged 2 commits intohome-assistant-ecosystem:devfrom
Conversation
|
Hi @michaelwoods, It seems you haven't yet signed a CLA. Please do so here. Once you do that we will be able to review and accept this pull request. Thanks! |
|
Thanks @michaelwoods ! I'll keep an eye on the brew PR. One thing though - just to be consistent across pip, docker and now brew I would prefer they all use the same "name", i.e. homeassistant-cli rather than just hass-cli. Looking at the PR if I grok it right we would somehow need to update that formula on every release ? That seems supertedious to nag the brew PR on every release....wonder how fast they'll process them. |
|
That's right, the homebrew repo needs a PR for every update. I'd be willing to maintain that myself, if even for major updates only if things move quickly. I'm certainly open to changing the name of the formula, but I wonder why the command is named |
Its named |
|
@maxandersen the formula was merged, you can include this documentation update if you'd like. |
The PR for adding this as a formula in homebrew is not yet reviewed nor merged, so I would suggest holding off on this PR until that is complete (it's my first homebrew submission, so I may need to make updates there).
For homebrew users (ie OSX only) all that would be required to install is:
brew install hass-cliFurther updates would be automatic for end users via the usual
brew upgradeprocess. New hass-cli releases require updates to the formula.Request issue: #146
Formula PR: Homebrew/homebrew-core#36915