We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When I decrypt an encrypted file using command line
npx secure-env -d -o config/credentials/development.env.enc -s development_key
I encountered the following error.
Secure-env : ERROR OCCURED .env.enc does not exist.
It seems like that the following line causes this error. https://github.com/kunalpanchal/secure-env/blob/master/lib/cryptography.js#L17
It is fixed by modifying the line as follows. Could you include this fix in the next release?
var inputFile = options.file || options.outputFile || '.env.enc';
The text was updated successfully, but these errors were encountered:
Thanks for raising the issue. Maintainer(s) will look into this shortly.
Sorry, something went wrong.
See #20
Why no one merges the #20 in, it's a month now
No branches or pull requests
Content
When I decrypt an encrypted file using command line
I encountered the following error.
It seems like that the following line causes this error.
https://github.com/kunalpanchal/secure-env/blob/master/lib/cryptography.js#L17
It is fixed by modifying the line as follows. Could you include this fix in the next release?
The text was updated successfully, but these errors were encountered: