• v0.1.0 fc90e05ebb

    v0.1.0
    Some checks failed
    CI / test (push) Failing after 9s
    CI / binary (push) Has been skipped
    CI / release (push) Has been skipped
    Stable

    7000pctAUTO released this 2026-02-06 10:05:21 +00:00 | 10 commits to main since this release

    Initial 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-guard
    

    Usage

    env-guard --help
    env-guard validate --path .env
    env-guard secrets --path .
    
    Downloads