env-diffx
v0.1.0
Published
env-diff — Compare environment variables across local, staging, and production.
Downloads
144
Maintainers
Readme
env-diffx
Topics: env · config · devops · mern-packages · merndev · nodejs · npm-pm · typescript
Compare environments — see missing secrets and config drift between local, staging, and prod.
Install
npm install env-diffxAPI
import { envDiff } from "env-diffx";
envDiff.compare({ local: ["PORT"], staging: [] });License
MIT
