tool · ops / safety
envguard.
validate .env files against a schema before deploy.
describe required keys + types in a small yaml. envguard runs at build / start time, refuses to boot if anything is missing or wrong-typed.
~/projects/your-app
$ npm i -g checkenvwtf
added 1 package in 0.8s
$ envguard --schema env.schema.yml
.env: 12/12 ok
start-up: cleared
install
one line, three platforms.
npm
npm i -g checkenvwtf
brew (mac/linux)
brew install voidd0/tap/envguard
github releases
single static binary for linux / macos / windows. no runtime needed.
github releases →use it
free. mit. no signup.
issues + bug reports welcome on github. response sla under 36h on weekdays.