Updating docs for v4.19.1 release

This commit is contained in:
Mike Farah
2022-02-06 14:41:27 +11:00
parent dd22aada6d
commit 1b494f46bf
46 changed files with 463 additions and 111 deletions
+6
View File
@@ -4,6 +4,12 @@ Like the `jq` equivalents, variables are sometimes required for the more complex
Note that there is also an additional `ref` operator that holds a reference (instead of a copy) of the path, allowing you to make multiple changes to the same path.
{% hint style="warning" %}
Note that versions prior to 4.18 require the 'eval/e' command to be specified. 
`yq e <exp> <file>`
{% endhint %}
## Single value variable
Given a sample.yml file of:
```yaml