mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-02 23:34:48 +08:00
Added sort_by operator
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# Sort
|
||||
|
||||
Sorts an array. Use `sort` to sort an array as is, or `sort_by` to sort by a particular subfield.
|
||||
|
||||
Note that at this stage, `yq` only sorts scalar fields.
|
||||
Reference in New Issue
Block a user