💻/인프라

.yaml 에서 줄 바꿈하는 9가지 방법

ruhz 2023. 4. 27. 15:00

https://stackoverflow.com/questions/3790454/how-do-i-break-a-string-in-yaml-over-multiple-lines

 

How do I break a string in YAML over multiple lines?

I have a very long string: Key: 'this is my very very very very very very long string' I would like to express it over multiple shorter lines, e.g., Key: 'this is my very very very ' + 'long ...

stackoverflow.com