mirror of
https://github.com/mikefarah/yq.git
synced 2025-01-15 04:55:36 +00:00
6 lines
163 B
Markdown
6 lines
163 B
Markdown
|
# 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.
|