The official YAML spec doesn't support embedding external files inside a
YAML file, a feature that can be extremely useful for maintenance of
long/complex YAML files. I found this great code snippet
yaml-include-snippet for including other YAML files in your top-level
YAML.
However, the code above assumes the include …
The official YAML spec doesn't support embedding external files inside a YAML file, a feature that can be extremely useful for maintenance of long/complex YAML files. I found this great code snippet yaml-include-snippet for including other YAML files in your top-level YAML.
However, the code above assumes the include …