You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
muja
changed the title
When overwriting an object's value with an undefined/null field, it will leave the old value intact
Overwriting a value with an undefined/null field will not change the old value
May 6, 2025
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
When overwriting an object's value with undefined, it will leave the old value intact
❯ yq -n '.foo = "abc" | .foo = .bar'
Actual behavior
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: