File tree Expand file tree Collapse file tree 6 files changed +9
-27
lines changed Expand file tree Collapse file tree 6 files changed +9
-27
lines changed Original file line number Diff line number Diff line change 1111 GitDescribe string
1212
1313 // Version is main version number that is being run at the moment.
14- Version = "4.21 .1"
14+ Version = "4.22 .1"
1515
1616 // VersionPrerelease is a pre-release marker for the version. If this is "" (empty string)
1717 // then it means that it is a final release. Otherwise, this is a pre-release
Original file line number Diff line number Diff line change 22
33Filter a map by the specified list of keys. Map is returned with the key in the order of the pick list.
44
5- Similarly, you can filter a map by the specified list of indices.
5+ Similarly, filter an array by the specified list of indices.
Original file line number Diff line number Diff line change 22
33Filter a map by the specified list of keys. Map is returned with the key in the order of the pick list.
44
5- Similarly, you can filter a map by the specified list of indices.
5+ Similarly, filter an array by the specified list of indices.
66
77{% hint style="warning" %}
88Note that versions prior to 4.18 require the 'eval/e' command to be specified.  ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ 4.22.1:
2+ - Added [pick] (https://mikefarah.gitbook.io/yq/operators/pick) operator
3+ - Can load expression from a file '--from-file' (#1120)
4+ - Fixed property auto expansion (#1127)
5+
164.21.1:
27 - Added [reverse](https://mikefarah.gitbook.io/yq/operators/reverse) operator
38 - Added [string case](https://mikefarah.gitbook.io/yq/operators/string-operators) operators
Original file line number Diff line number Diff line change 11name : yq
2- version : ' 4.21 .1'
2+ version : ' 4.22 .1'
33summary : A lightweight and portable command-line YAML processor
44description : |
55 The aim of the project is to be the jq or sed of yaml files.
You can’t perform that action at this time.
0 commit comments