mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-15 07:38:14 +00:00
411 B
411 B
Select
Select is used to filter arrays and maps by a boolean expression.
Related Operators
- equals / not equals (
==
,!=
) operators (here)[https://mikefarah.gitbook.io/yq/operators/equals] - comparison (
>=
,<
etc) operators (here)[https://mikefarah.gitbook.io/yq/operators/compare] - boolean operators (
and
,or
,any
etc) (here)[https://mikefarah.gitbook.io/yq/operators/boolean-operators]