mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 13:48:06 +00:00
4 lines
260 B
Markdown
4 lines
260 B
Markdown
# With
|
|
|
|
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.
|