yq/pkg/yqlib/doc/headers/with.md
2021-11-03 22:37:07 +11:00

260 B

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.