Mot
Mot
`1.14.0` and greater has this, thanks to @getlarge
@MykalMachon good catch. yes, can you submit a PR. that would be really great for the project and the community.
@MykalMachon you might be able to re-use some the functionality from `dotenvx ext ls` to traverse the tree. or maybe just use Fdir. your call. https://github.com/dotenvx/dotenvx/blob/main/src/lib/services/ls.js#L23
oh, also `lib/services/ls.js` could be helpful as well. `lib/services/status.js` puts it to use.
released as `1.10.1`
hmm @MykalMachon, maybe we went too far: now i can't commit to dotenvx with its own precommit 🤣 because tests/**/.env*
yes, i largely agree. though right now i want to have the default be hardcoded on precommit. * `ls` will get a `--exclude-env-file (-ef)` flag/argument * `precommit` will make use...
going out as `1.11.0` https://github.com/dotenvx/dotenvx/pull/356
yes, will consider this strongly. it's been on my mind as well. it needs to have symmetry with the cli though as well. related: https://github.com/dotenvx/dotenvx/issues/237
related: https://github.com/dotenvx/dotenvx/issues/210