- Use JSONPath (Check on NPM) to replace the YAML value
- Support for JSONPath Queries as valuePath
- Support for adding new Properties to the YAML
The $.
prefix for JSONPaths is optional to be backward compatible with the previous custom implementation. Both propertyPaths have the same result:
$.backend.version
backend.version
If your query selects multiple values, only the first match will be updated.