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

4 lines
260 B
Markdown
Raw Normal View History

2021-11-03 04:00:58 +00:00
# With
2021-09-16 00:55:26 +00:00
Use the `with` operator to conveniently make multiple updates to a deeply nested path, or to update array elements relatively to each other. The first argument expression sets the root context, and the second expression runs against that root context.