envguard-py is an open-source CLI tool and Python library that helps developers validate environment variables before running their applications. Below are 6 cli tools & terminal apps with similar functionality to envguard-py, matched by what each product actually does — not ranked or scored. Explore each to find the closest fit for your use case.
env-guard-checker is an open-source CLI tool that performs pre-flight environment checks, similar to Pydantic but focused on infrastructure validation. It helps DevOps teams validate configurations before deployments, reducing errors and downtime.
kryptorious-envguard is an open-source command-line tool that helps developers manage, validate, audit, and encrypt .env environment variable files. It is designed for secure and efficient handling of environment variables in development and deployment workflows.
Detective for env vars in Python code. Parses your source with AST, finds every os.getenv/os.environ usage, and tells you what's missing from your .env file.
envwarden is an open-source CLI tool that compares .env files against .env.example to identify missing or undocumented environment variables. It helps developers maintain consistent and secure configuration management.
envgap is an open-source command-line tool that helps Python developers find missing or inconsistent configuration variables in their environment files. It supports dotenv and provides diagnostics to ensure reliable environment setups.
env-auditor is an open-source command-line tool that helps developers audit and verify the consistency of environment variables across their codebase. It supports dotenv files and provides quick checks to prevent configuration errors. Ideal for teams managing multiple environments.