Released: December 2025
envcheck is a fast, modern Rust CLI for linting .env files and DevSecOps integrations.
envcheck lint - Lint .env files for errors and warningsenvcheck compare - Compare multiple .env files for missing keysenvcheck fix - Auto-fix issues with --commit and --pr flagsenvcheck tui - Interactive terminal UI for comparing filesenvcheck doctor - Diagnose environment setup issuesenvcheck completions - Generate shell completionsenvcheck k8s-sync - Kubernetes Secrets/ConfigMaps verificationenvcheck terraform - Terraform TF_VAR_* variable checkingenvcheck ansible - Ansible lookup('env', ...) detectionenvcheck actions - GitHub Actions workflow env: scanningenvcheck helm - Helm values.yaml environment patterns.envcheckrc.yaml / .envcheckrc.toml config files.envcheckignore patternscargo install envcheck
# npm
npm install -g @envcheck/cli
# Homebrew
brew tap envcheck/tap && brew install envcheck