yq/pkg/yqlib/doc/operators/headers/pick.md

6 lines
179 B
Markdown
Raw Normal View History

2022-03-09 03:38:02 +00:00
# Pick
Filter a map by the specified list of keys. Map is returned with the key in the order of the pick list.
Similarly, you can filter a map by the specified list of indices.