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
That's how merge with the deep flag is supposed to work. You have two arrays, each containing objects - it merges the objects deeply in the matching indices.
Note: there is no way for yq to know the schema of the objects being merged, and further that the 'host' key on the objects are keys that should be matched.
Describe the bug
A clear and concise description of what the bug is.
Note that any how to questions should be posted in the discussion board and not raised as an issue.
Version of yq: 4.7.1
Operating system: linux
Installed via: binary
Input Yaml
Concise yaml document(s) (as simple as possible to show the bug, please keep it to 10 lines or less)
s1.yml:
Command
The command you ran:
Actual behavior
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: