mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-10 08:35:42 +00:00
doc: minor typo fix
This commit is contained in:
parent
f81f7a216d
commit
77dd773780
@ -13,17 +13,17 @@ Similarly, '-' is no longer required as a filename to read from STDIN (unless re
|
|||||||
|
|
||||||
TLDR:
|
TLDR:
|
||||||
|
|
||||||
Prior to 4.18.1
|
Prior to 4.18.1
|
||||||
```bash
|
```bash
|
||||||
cat file.yaml | yq e '.cool' -
|
cat file.yaml | yq e '.cool' -
|
||||||
```
|
```
|
||||||
|
|
||||||
4.18+
|
4.18+
|
||||||
```bash
|
```bash
|
||||||
cat file.yaml | yq '.cool'
|
cat file.yaml | yq '.cool'
|
||||||
```
|
```
|
||||||
|
|
||||||
When merging multiple files together, `eval-all/ea` is still required to tell `yq` to run the expression again all the document at once.
|
When merging multiple files together, `eval-all/ea` is still required to tell `yq` to run the expression against all the documents at once.
|
||||||
|
|
||||||
## Quick Usage Guide
|
## Quick Usage Guide
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user