github Pinak-Datta/envgap v0.3.0
envgap v0.3.0

4 hours ago

envgap v0.3.0 adds Docker Compose environment drift detection.

What's new

  • Detect common Docker Compose environment variables.
  • Detect safe project-local Docker Compose env_file variables.
  • Report Compose variables that are missing from .env.example.
  • Add a Docker Compose drift example project.

Why this matters

This helps catch cases where a project works locally, but behaves differently in Docker because container environment variables are missing from .env.example or documented under different names.

Try it

pip install -U envgap
envgap check

Try the new example:

envgap check examples/docker-compose

Don't miss a new envgap release

NewReleases is sending notifications on new releases.