/gyverlampCLI

CLI Приложение для управления GyverLamp

Primary LanguageGoGNU Affero General Public License v3.0AGPL-3.0

GyverLampCLI

Console interface for managing GyverLamp at your network

Install

Fetch the latest release for your platform

or install by Makefile instruction

sudo make install

Building

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