-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
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
Add output file option? #17
Comments
I think it's reasonable. Do you want to submit a PR? |
👍 It nice to have this. or make |
Closed
yawn
added a commit
that referenced
this issue
Feb 4, 2016
yawn
added a commit
that referenced
this issue
Feb 4, 2016
I've released a RC for 1.0.0. Feel free to test and close if this fixes your issue. And thanks for contributing! |
Ping @RustJason |
it'd be also great if envplate would read from stdin:
however, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello Kreuzwerker team,
First of all thanks for the nice and simple tool! :)
I want to ask you guys for your opinion on something:
I'm using envplate for some of my personal projects and for one of them I use one Docker image which I volume mount a different config in depending on what I want to use the container for. This config contains a couple of variables that I want to template using envplate. Each of the configs gets used multiple times but with different values.
Since I mount these into the container running envplate on them changes the actual file on the host :P
I'm wondering what you guys think about this and if it would a reasonable addition to envplate.
Obvious workaround is to volume mount to a different filename and do a
cp
first (or to create multiple images with the config built into them)The text was updated successfully, but these errors were encountered: