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