1
0
mirror of https://github.com/mikefarah/yq.git synced 2025-01-30 19:25:39 +00:00
yq/pkg/yqlib/doc/operators/headers/pick.md
2022-03-10 13:50:53 +11:00

174 B

Pick

Filter a map by the specified list of keys. Map is returned with the key in the order of the pick list.

Similarly, filter an array by the specified list of indices.