Replies: 2 comments 1 reply
-
@underside Without knowing too much about this, I did find a multi-doc test here: clj-yaml/test/clj_yaml/core_test.clj Line 341 in e847e3e Hopefully it helps looking at this example. If not, feel free to come back with more questions and we'll figure something out. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thanks @borkdude for help and babashka! I have just started to learn Clojure and babashka is awesome project for me to help with this. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have started to use babashka for my DevOps tasks and face an issue/misunderstanding.
I tried to parse multi-yaml(one file with few yaml manifests separated by ---) file using babashka and clj-yaml and got an error
Is it possible to process multi-yaml files with clj-yaml? It's quite critical for me, since most of our configuration files is multi-yaml.
Beta Was this translation helpful? Give feedback.
All reactions