-
v0.1.0
Stablereleased this
2026-02-06 10:05:21 +00:00 | 10 commits to main since this releaseInitial release of env-guard - A Rust CLI tool for environment variable management.
Features
- Auto-detect missing env vars
- Format validation (URLs, emails, UUIDs, API keys)
- Generate .env.example files
- Secret detection in code
- Framework integration (Next.js, Rails, Django, Express, etc.)
Installation
cargo install env-guardUsage
env-guard --help env-guard validate --path .env env-guard secrets --path .Downloads