0.0.3 • Published 2 years ago

dotenvpatch v0.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

dotenvpatch

Patch a .env file (provided in stdin), adding/replacing env vars (with --set) and removing env vars (with --unset).

npm install --global dotenvpatch

Example usage:

> echo 'NODE_ENV=production\nGREETING=hi' | dotenvpatch --set GREETING=hiiii FAREWELL=byeee --unset NODE_ENV
GREETING=hiiii
FAREWELL=byeee
0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago