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.1Build from source:
git clone https://github.com/positronico/kkonf.git
cd kkonf
git checkout v2.0.1
go build -o kkonfUsage
# Use default kubeconfig
kkonf
# Use custom config file
kkonf -f /path/to/config
# Disable colors
kkonf --no-colorSee the README for detailed documentation.