Konflint is a terminal-native config linter and auto-fixer. It understands what kind of file you're writing, like Kubernetes, Docker Compose, GitHub Actions and provides:
- Human-readable errors
- Plain-English explanations
- Automatic fixes right in your terminal
Konflint helps developers catch configuration mistakes before they break deployments.
- Detects configuration file types automatically
- Explains errors in plain English
- Suggests or applies fixes
- Terminal-native CLI tool
- Fast and developer-friendly
Install using Go:
go install github.com/rahulp0817/konflint@latestTo verify that Konflint is installed correctly, run the following command in your terminal:
konflint --versionShow help:
konflint --helpMade with ❤️ Rahul Pradhan