Installation
The OpenHue CLI is available for macOS, Linux and Windows and can be installed via different package managers or even with Docker.
Homebrew
brew tap openhue/clibrew install openhue-cliopenhue helpbrew update
brew upgrade openhue-cliDocker
docker pull openhue/cli# setup command example
docker run -v "${HOME}/.openhue:/.openhue" --rm --name=openhue -it openhue/cli setup -b 192.168.1.x -k xxxxx
# list lights
docker run -v "${HOME}/.openhue:/.openhue" --rm --name=openhue -it openhue/cli get lights Last updated
Was this helpful?