Latest release

This commit is contained in:
Mike Farah
2022-02-15 14:16:04 +11:00
parent 38f40fbcff
commit caf36e39b8
9 changed files with 350 additions and 19 deletions
+2 -2
View File
@@ -37,7 +37,7 @@ a: cat
```
then
```bash
yq 'fileIndex' sample.yml
yq 'file_index' sample.yml
```
will output
```yaml
@@ -55,7 +55,7 @@ a: cat
```
then
```bash
yq eval-all 'fileIndex' sample.yml another.yml
yq eval-all 'file_index' sample.yml another.yml
```
will output
```yaml