19962 shaares
deadenv is a cross-stack CLI that scans your project and compares:
variables defined in .env* files
variables actually referenced in code
It helps answer questions like:
Which env keys are no longer used?
Which env keys are referenced in code but not defined?
How complete is my current env coverage?
What should my .env.example look like right now?