1
0
mirror of https://github.com/taigrr/yq synced 2025-01-18 04:53:17 -08:00
yq/pkg/yqlib/doc/headers/Update Assign Operator.md
2020-11-18 09:50:52 +11:00

177 B

Updates the LHS using the expression on the RHS. Note that the RHS runs against the original LHS value, so that you can evaluate a new value based on the old (e.g. increment).