Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 674 Bytes

File metadata and controls

41 lines (27 loc) · 674 Bytes

envcheck

Fast, modern Rust CLI for linting .env files and DevSecOps integrations.

Installation

npm install -g @envcheck/cli
# or
npx @envcheck/cli lint .env

Usage

# Lint .env files
npx @envcheck/cli lint .env .env.local

# Compare .env files
envcheck compare .env.example .env

# Check Kubernetes manifests
envcheck k8s-sync k8s/*.yaml --env .env

# Check Terraform variables
envcheck terraform . --env .env

# Check GitHub Actions workflows
envcheck actions . --env .env

# Auto-fix and commit
envcheck fix .env --commit

Documentation

See envcheck.github.io for full documentation.

License

MIT