Assign (Update)
plain form: =
=relative form: |=
|=Flags
Create yaml file
yq --null-input '.a.b = "cat" | .x = "frog"'a:
b: cat
x: frogUpdate node to be the child value
Double elements in an array
Update node from another file
Update node to be the sibling value
Updated multiple paths
Update string value
Update string value via |=
Update deeply selected results
Update array values
Update empty object
Update node value that has an anchor
Update empty object and array
Custom types are maintained by default
Custom types: clobber
Last updated