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
@@ -43,6 +43,12 @@ IFS= read -rd '' output < <(cat my_file)
output=$output ./yq '.data.values = strenv(output)' first.yml
```
{% hint style="warning" %}
Note that versions prior to 4.18 require the 'eval/e' command to be specified.&#x20;
`yq e <exp> <file>`
{% endhint %}
## Join strings
Given a sample.yml file of:
```yaml