Mot
Mot
if you download the latest pro and run `dotenvx pro login` i believe it should fix this problem up for you. ``` $ curl -fsS https://dotenvx.sh/pro | sh $ dotenvx...
Great catch here! Will patch up soon. Thank you!
> One place where the whitepaper falls short in my opinion is neglecting to describe or recommend how to handle the .env.keys file which contains the private key. Yes, good...
starting to touch on this in small parts as I [document Pro](https://dotenvx.com/docs/pro) > Next, check your source code–the .env.keys file has been deleted locally. > This is by design! Your...
will try and get to this soon. in the meantime, have you seen [dotenvx](https://github.com/dotenvx/dotenvx) ? .env.vault files are now deprecated and I'm slowly trying to move everyone over to encrypted...
good feedback around [dotenv-vault](https://www.dotenv.org) and .env.vault files [dotenvx hub](https://github.com/dotenvx/dotenvx-ext-hub) has been deprecated so yes, it is not going to fill your need - i've [deleted that docs page (had missed...
oh btw @arthurfiorette, dotenvx DOES currently load .env.vault files. So you could choose to use it for loading .env.vault files and then continue using dotenv-vault for push/pulling them. Bit round...
> We cannot change it or switch multiple community packages that rely on the well-established, documented, and widely-used package dotenv to a newer (even if "better") alternative. can you elaborate?...
> When a .env.vault file is being loaded a console.log is printed out every time (even with debug: false) You can use `{ quiet: true }` now to hide this...
What version of dotenvx are you using? If you switch to 1.47.3 or lower do you still experience the same problem? Eval was added in 1.47.4 as a workaround for...