Mot
Mot
actually, i think we could tackle `lib/main.js` now if you guys want to. i would prefer jsdoc - that way it is tighly coupled with the code signature. when someone...
i think $DOTENV_ME needs to be wrapped in quotes here to work correctly with sh. can you try that? -m="$DOTENV_ME"
i received the same problem: `ActiveRecord::Encryption::Errors::Decryption` errors in my tests. for me, things were just fine on `7.1.3.4`. upgrading to `7.1.4` surfaced the issue. maybe related to here: https://github.com/rails/rails/compare/v7.1.3.4...v7.1.4#diff-5736e137e6383d8af1159f814fbc085c77a6aaf6792a6a968a714d1027b726d0L83 this...
alternatively you can use [`dotenvx`](https://github.com/dotenvx/dotenvx) for this. uses dotenv-expand under the hood.
some great feedback here @notnotjake. I'm the creator of both - dotenv-vault and dotenvx. right now i'm directing more of the team's efforts toward dotenvx and then longer term -...
thanks for the thoughts here @sbahman. let's open it to others to contribute their ideas around this. 1. there is an existing precommit hook: `dotenvx ext precommit --install` a. source:...
> I tried to test it by adding an unencrypted environment variable and then running dotenvx ext precommit but that returns [[email protected]][precommit] success i'm not able to duplicate this. is...
the precommit hook has gotten even smarter and now traverses all your directories - released as `v1.11.0`
related: https://x.com/budivoogt/status/1832347151336100143
yeah @getlarge brought this up and he's right. i haven't been able to get to it yet though. @getlarge i know you're busy too but maybe another PR contribution :)....