mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-05 00:54:51 +08:00
typos
This commit is contained in:
@@ -13,17 +13,17 @@ Similarly, '-' is no longer required as a filename to read from STDIN (unless re
|
||||
|
||||
TLDR:
|
||||
|
||||
Prior to 4.18.1
|
||||
Prior to 4.18.1
|
||||
```bash
|
||||
cat file.yaml | yq e '.cool' -
|
||||
```
|
||||
|
||||
4.18+
|
||||
4.18+
|
||||
```bash
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user