Installation
The OpenHue CLI is available for macOS, Linux and Windows and can be installed via different package managers or even with Docker.
Homebrew
To install the OpenHue CLI via Homebrew, you first need to add the tap the formula repository:
You won't need to type this command again
Once you have tapped the repository, you can now install the openhue-cli
executable:
And that's it you can now use OpenHue CLI:
When a new version of OpenHue CLI has been released, simply run the following commands to upgrade:
Docker
The OpenHue CLI is also available from the DockerHub. To run it as a container, you first need to pull the image using the following command:
Then you can run it using:
Last updated