Hi, I am just now releasing a side project I have been working on called tackle, a general purpose Turing complete configuration language and self documenting CLI written entirely in yaml / json / toml. Would love to get some feedback on the project and hear what people think. Checkout the readme ->
https://github.com/sudoblockio/tackle or the
docs ->
https://sudoblockio.github.io/tackle/providers/Tackle/ which are code generated with the tool.
I personally use it everyday for generating / deploying k8s manifests / values files for helm, and a couple other things but I am sure others will find more uses for it. It's sort of like Dhall, CUE, or jsonnet but cleaner as the syntax is entirely serializable. Lots more to it but I would love to hear what others think. All feedback welcome... Thanks!