mirror of
https://github.com/mikefarah/yq.git
synced 2024-12-19 20:19:04 +00:00
5 lines
437 B
Markdown
5 lines
437 B
Markdown
Like the multiple operator in `jq`, depending on the operands, this multiply operator will do different things. Currently only objects are supported, which have the effect of merging the RHS into the LHS.
|
|
|
|
Upcoming versions of `yq` will add support for other types of multiplication (numbers, strings).
|
|
|
|
Note that when merging objects, this operator returns the merged object (not the parent). This will be clearer in the examples below. |