Back to Yq

Select

pkg/yqlib/doc/operators/headers/select.md

4.53.2410 B
Original Source

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