This repository has been archived by the owner on Sep 5, 2023. It is now read-only.
Feature: Ability to take a single YAML document from a YAML file, and loop (via templating) to create additional YAML documents from it #22
Labels
As a user, I have a collection of iterable values, a single document YAML file, and I would like to iterate over the initial YAML document (treated as a starting point/template) to generate 1 or many new YAML documents to be output to the YAML file from the iterable values.
This could either be a new
action
or simply a method to use a source document within a YAML file.The text was updated successfully, but these errors were encountered: