You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I currently have a very alpha poc here master...chekolyn:jinjyaml_poc to produce the above example. It does introduce a new package dependency but it would open a lot of possibilities with the use of jinja syntax.
The text was updated successfully, but these errors were encountered:
This turns himl from a yaml hierarchy merger into a full on templating engine. You can use himl as the source of the data, ex specify the start and end of that loop and inject the resulting config file in your template engine, infra code, app, etc.
This is a feature request
It would be really nice to be able to use a jinja template to define variables programmatically.
I think jinjyaml may integrate really well with himl.
Example of jinja defined variables.
Produces
I currently have a very alpha poc here master...chekolyn:jinjyaml_poc to produce the above example. It does introduce a new package dependency but it would open a lot of possibilities with the use of jinja syntax.
The text was updated successfully, but these errors were encountered: