Updating references to yq being a YAML processor

This commit is contained in:
Mike Farah
2023-11-30 15:32:21 +11:00
parent 638deed03e
commit 779b26310e
7 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ yq ea '. as $item ireduce ({}; . * $item )' file1.yml file2.yml ...
## use '-' as a filename to pipe from STDIN
cat file2.yml | yq ea '.a.b' file1.yml - file3.yml
`,
Long: `yq is a portable command-line YAML processor (https://github.com/mikefarah/yq/)
Long: `yq is a portable command-line data file processor (https://github.com/mikefarah/yq/)
See https://mikefarah.gitbook.io/yq/ for detailed documentation and examples.
## Evaluate All ##