-
|
Hi all, I've been trying so many different combinations of I have a yaml source that looks like this: name: some value
# ...other keys
environment:
prod:
config:
# more child keys
staging:
config:
# more child keys
dev:
config:
# more child keysI'm trying to apply a filter it to remove the direct child objects of name: some value
# ...other keys preserved
environment:
prod:
config:
# more child keysAny ideas? Bonus problem: if none of the child objects are matched (e.g. value == |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
In the latest 4.8.0 release you can now do this: |
Beta Was this translation helpful? Give feedback.
In the latest 4.8.0 release you can now do this: