* added `[directory]` argument to `encrypt`. for example, in your nx repo from root `dotenvx encrypt apps/backend` will encrypt .env* files in that directory and manage the `.env.keys` and `.env.vault` in that directory as well ([82](https://github.com/dotenvx/dotenvx/pull/82))
0.16.1
Changed
* bumped `dotenv` version to fix `encrypt` bug
0.16.0
Added
* added `ls` command to list all your `.env*` files ([80](https://github.com/dotenvx/dotenvx/pull/80)) * added `--env-file` option `ls` ([82](https://github.com/dotenvx/dotenvx/pull/82)) * optionally specify `--env-vault-file` path to `.env.vault` (defaults to `.env.vault`) ([73](https://github.com/dotenvx/dotenvx/pull/73))
0.15.4
Changed
* 🐞 patch `--overload` flag logic ([66](https://github.com/dotenvx/dotenvx/pull/66))