Console interface for managing GyverLamp at your network
Fetch the latest release for your platform
or install by Makefile instruction
sudo make install
For your platform
go mod download
CGO_ENABLED=0 go build -v -tags release -o gyverLampCLI-$(cat VERSION) cmd/gyverlamp/main.go
or by Makefile
make build
or build for all tested platforms
make build-all