Hello,
I just discovered this project and find the goals and ideas super interesting, first of all thanks for the great work you are doing!
I am currently looking for a solution for the automation of generating yaml files from (user controlled) configuration data.
I envision something like:
- json data (+ optionally schema data for validation) - the values to be filled
- an RCL file that takes the json input and generates the final output
Now the questions:
- Does RCL support input parameters via command-line or json that can be processed during generation?
- Can RCL be used as a library from the rust side? Ideally I am envisioning a solution comparable to a template library like e.g. https://docs.rs/liquid/latest/liquid/ where I can configure the input data from rust-side directly.
Hello,
I just discovered this project and find the goals and ideas super interesting, first of all thanks for the great work you are doing!
I am currently looking for a solution for the automation of generating yaml files from (user controlled) configuration data.
I envision something like:
Now the questions: