Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 25 Jul 19:56

Changelog

  • 989ad7c chore: fresh initial commit

Install

# macOS / Linux — script (verifies the checksum for you)
curl -sSfL https://raw.githubusercontent.com/devganeshg/kubeaura/main/scripts/install.sh | sh

# With Go installed
go install github.com/devganeshg/kubeaura/cmd/kubeaura@latest

# Windows — download the .zip below, or use the container image
docker run --rm -v ~/.kube:/home/nonroot/.kube ghcr.io/devganeshg/kubeaura

Verify a download against checksums.txt:

sha256sum -c checksums.txt --ignore-missing