From f39c57fed989060353f950f919108a7f04b25807 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Sun, 20 Dec 2020 12:39:42 +1100 Subject: [PATCH] Updating readme for imminent v4 release --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 91bdeeea..d6e386b5 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ Supported by @rmescandon (https://launchpad.net/~rmescandon/+archive/ubuntu/yq) - Colorized yaml output - [Deeply traverse yaml](https://mikefarah.gitbook.io/yq/v/v4.x/traverse) - [Sort yaml by keys](https://mikefarah.gitbook.io/yq/v/v4.x/sort-keys) +- Manipulate yaml [comments](https://app.gitbook.com/@mikefarah/s/yq/v/v4.x/comment-operators), [styling](https://app.gitbook.com/@mikefarah/s/yq/v/v4.x/style), [tags](https://app.gitbook.com/@mikefarah/s/yq/v/v4.x/tag) and [anchors](https://app.gitbook.com/@mikefarah/s/yq/v/v4.x/explode). - [Update yaml inplace](https://mikefarah.gitbook.io/yq/v/v4.x/commands/evaluate#flags) - [Complex expressions to select and update](https://mikefarah.gitbook.io/yq/v/v4.x/select#select-and-update-matching-values-in-map) - Keeps yaml formatting and comments when updating (though there are issues with whitespace)