geofffranks / spruce

A BOSH template merge tool
MIT License
426 stars 77 forks source link

Introduce `(( stringify ))` operator #340

Closed HeavyWombat closed 3 years ago

HeavyWombat commented 3 years ago

Add new (( stringify )) operator to marshal a part of the YAML structure into a multiline string.

Add section in operator docs to describe the new operator.

Fix minor TYPOs in operator markdown.

Signed-off-by: Matthias Diester matthias.diester@de.ibm.com

geofffranks commented 3 years ago

nice, thanks!