mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-15 15:48:04 +00:00
186 B
186 B
Sort
Sorts an array. Use sort
to sort an array as is, or sort_by(exp)
to sort by a particular expression (e.g. subfield).
Note that at this stage, yq
only sorts scalar fields.