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
Expected: This should print the current value of $HOME on stdout:
echo "\${HOME}" | go run github.com/kreuzwerker/envplate/bin@latest
Expected: This should fail:
echo "\${var-does-not-exist}" | go run github.com/kreuzwerker/envplate/bin@latest -s
Up to not the code does not read from stdin
This tool reads from stdin, but has no strict mode: https://github.com/drone/envsubst
This tools supports reading from stdin and has a strict-mode via -u: https://github.com/icy/genvsub
-u
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
Expected: This should print the current value of $HOME on stdout:
Expected: This should fail:
Actual Behavior
Up to not the code does not read from stdin
Your Environment
Related tools
This tool reads from stdin, but has no strict mode: https://github.com/drone/envsubst
This tools supports reading from stdin and has a strict-mode via
-u
: https://github.com/icy/genvsubThe text was updated successfully, but these errors were encountered: