1
0
mirror of https://github.com/mikefarah/yq.git synced 2025-03-18 10:55:36 +00:00
yq/pkg/yqlib/doc/operators/headers/select.md
2022-03-29 11:08:50 +11:00

411 B

Select

Select is used to filter arrays and maps by a boolean expression.

  • equals / not equals (==, !=) operators here
  • comparison (>=, < etc) operators here
  • boolean operators (and, or, any etc) here