Skip to content

Release v2.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Jul 20:33

kkonf v2.0.1

Installation

Download pre-built binaries:
Choose the appropriate binary for your platform from the assets below.

Install with Go:

go install github.com/positronico/kkonf/v2@v2.0.1

Build from source:

git clone https://github.com/positronico/kkonf.git
cd kkonf
git checkout v2.0.1
go build -o kkonf

Usage

# Use default kubeconfig
kkonf

# Use custom config file
kkonf -f /path/to/config

# Disable colors
kkonf --no-color

See the README for detailed documentation.