Skip to content

argus v1.4.2 — Config.DisableAudit: opt out of the system audit trail

Latest

Choose a tag to compare

@agilira agilira released this 29 May 23:25

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.2

CLI 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=1s

Verification

Verify release authenticity using GitHub CLI:

gh attestation verify ./argus-* --owner agilira

Changes

See changelog/v1.4.2.txt for details.

Full Changelog: v1.4.1...v1.4.2