Prefix
Prefixes a yaml document with the given path expression. The complete yaml content will be nested inside the new prefix path.
Last updated
Was this helpful?
Prefixes a yaml document with the given path expression. The complete yaml content will be nested inside the new prefix path.
Last updated
Was this helpful?
See docs for for more details.
Given a data1.yaml file of:
then
will output:
will update the data1.yaml file so that the path 'c' prefixes the document.
Given a data1.yaml file of:
then
will output:
Given a data1.yaml file of:
then
will output: