Quickstart
Run it now
No installation needed — just use npx:
npx @albertoarena/envaudit checkThis compares .env against .env.example in your current directory and reports:
- Missing variables (errors)
- Leaked secrets in
.env.example(errors) - Undocumented variables (warnings)
- Empty values (warnings)
CI mode
Exit with code 1 if any errors are found:
npx @albertoarena/envaudit check --ciWhat’s next?
- Install globally for faster repeated use
- Explore all commands — check, diff, sync, doc
- Add to your CI pipeline