Replies: 2 comments
-
The current way I am doing is to delete foo from a.yaml and then cat the two files together. That seems like a hack more than a Yaml-aware solution. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hholst80
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is probably easy but I could not find the right notation how to solve it.
I have a file a.yaml with the contents
and I want to replace foo with the value of foo in the other file b.yaml:
such that the updated a.yaml has contents
Beta Was this translation helpful? Give feedback.
All reactions