From b1a5387cdd59687fa8f239074c1da676bb89ff78 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Thu, 25 Feb 2021 17:04:08 +1100 Subject: [PATCH] Update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f3bb114d..a9bb7d58 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,7 @@ Supported by @rmescandon (https://launchpad.net/~rmescandon/+archive/ubuntu/yq) - [Convert to/from json to yaml](https://mikefarah.gitbook.io/yq/v/v4.x/usage/convert) - [Pipe data in by using '-'](https://mikefarah.gitbook.io/yq/v/v4.x/commands/evaluate) - [General shell completion scripts (bash/zsh/fish/powershell)](https://mikefarah.gitbook.io/yq/v/v4.x/commands/shell-completion) +- [Reduce](https://mikefarah.gitbook.io/yq/operators/reduce) to merge multiple files or sum an array or other fancy things. ## [Usage](https://mikefarah.gitbook.io/yq/)