env-diff icon indicating copy to clipboard operation
env-diff copied to clipboard

Env-diff is a lightweight library which sync your .env files with .env.dist by composer scripts, hooks or manual running

Results 3 env-diff issues
Sort by recently updated
recently updated
newest added
trafficstars

A while ago I created this repository https://github.com/coisa/env-diff with the intention to consume this library in a NodeJS project, without the need to install a composer structure or the PHP...

The `ksort` would break the .env file in the following case: ``` FOO=anything BAR=${FOO} ``` The actualize method would have break the dependencies between env vars and generate something like:...

## Why The option `keep-outdated` doesn't work as it is a string compared to a boolean. Whatever its value, it's not going to be strictly equal to `false` (from the...