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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I would remove this test:
https://github.com/ralucas/json-to-env/blob/master/lib/index.js#L48
Without it, I could do something like json-to-env <<<"${myjsonvar}"
json-to-env <<<"${myjsonvar}"
Or echo "{}" | json-to-env /dev/stdin
echo "{}" | json-to-env /dev/stdin
which would be very practical in case the json is in a variable
The text was updated successfully, but these errors were encountered:
Do you want to create a PR for this with a test?
Sorry, something went wrong.
No branches or pull requests
I would remove this test:
https://github.com/ralucas/json-to-env/blob/master/lib/index.js#L48
Without it, I could do something like
json-to-env <<<"${myjsonvar}"
Or
echo "{}" | json-to-env /dev/stdin
which would be very practical in case the json is in a variable
The text was updated successfully, but these errors were encountered: