I'm doing a tool to automate some work and I need to merge some configuration YAMLs in just one, but I need comments because I need to describe the fields to the future. I already managed to do this without the comments, converting the YAML to JSON, merging and converting to YAML again. I'm willing to use XML or something else, since I can run it in locally. Anyone know anything that can help me?
via Paulo Neves
No comments:
Post a Comment