tera-cli
tera-cli copied to clipboard
A command line utility on top of the tera templating engine. Takes json|yaml|toml as input and can merge ENV in. You may see it as envsubst on steroid.
Awesome library! I have my data spread over multiple files. But I can specify only one value for `context`. This is blocking me from using this cli.
From #20: > I would kindly request you reconsider whether [the Fluent feature] should be enabled by default. My opinion and reasoning go like this: the people who care about...
First of all, seeing the `justfile` here as a job runner for developer tooling made me happy! I realize this is a somewhat unconventional ask in the Rust ecosystem, but...
We may want to pass a custom extension such as `.foobar`. In that case, we could pass an extra flag to provide the format (such as `--yaml`) or be smart...
For CI systems where this tool might be used, I find it sometimes quite convenient to be able to just download a prebuilt binary instead of building it myself. I'd...
If you are using `--include-path` and this path happen to contain some **invalid templates** such as a `.DS_Store` file, you get served the following error: ``` * Failed to read...
Currently, we need to support 2 README files, moreover, github picks the `asciidoc` file by default, the one it cannot fully handle properly 🤦 This issue is blocked by https://github.com/github/markup/issues/1095
First of all, Thanks for creating this awesome tool. This PR adds a GitHub Action to add binaries to GitHub Releases. The reason for creating this PR, I would like...
This adds support for env files on stdin. It allows me to know exactly which variables I'm passing in, instead of passing in the entire environment. Not sure what to...
@alerque, in #27 you added a check that actually builds the flake. I am not against such a check but I would rather not have it run in the quick-check...