Argus v1.4.2
Dynamic configuration framework for Go applications with zero-allocation performance, universal format support, and ultra-fast CLI.
Installation
Library:
go get github.com/agilira/argus@v1.4.2CLI Binary:
Download the appropriate binary for your platform from the attachments below.
CLI Usage
# Configuration management
./argus config get config.yaml server.port
./argus config set config.yaml database.host localhost
./argus config convert config.yaml config.json
./argus watch config.yaml --interval=1sVerification
Verify release authenticity using GitHub CLI:
gh attestation verify ./argus-* --owner agiliraChanges
See changelog/v1.4.2.txt for details.
Full Changelog: v1.4.1...v1.4.2