Mot
Mot
The permanent fix for this has been released as `[email protected]`. Please try it out and let us know if it works for you. It will be released officially as 16.1.0...
You can run `npm install [email protected] --save`. But yes, it won't appear in the search because it is an RC. You can see all the RCs here: https://www.npmjs.com/package/dotenv?activeTab=versions
You have a good point. Will consider this.
They are encrypted so it's not a leak per se, but I think the spirit of what you are saying is right @jaswrks. Feels dirty. Will take a look at...
Let's not automate it. Sometimes there are api changes. @nsnguyen or @mnbf9rca if you update to 1.0.0 make the update for this lib at least a minor bump. However, open...
thank you @dlmatt, we will work on getting to this soon. in the meantime, have you seen dotenvx? https://github.com/dotenvx/dotenvx - it has support for python and has additional features you...
https://github.com/dotenvx/dotenvx/pull/349 will be released as a patch shortly.
use `dotenvx ext prebuild` to make sure that never happens again in Docker. ``` RUN curl -fsS https://dotenvx.sh | sh ... RUN dotenvx ext prebuild CMD ["dotenvx", "run", "--", "node",...
> I would prefer it be out-of-band, safe in a place like ~/.config/dotenvx/ this is a good idea and something we'll consider. ease of use and per project is still...