Any limitations on max string length that can be written in yq? #2299
-
I have a key in yaml file, which will be written with multi-line string.. So seems 2^17 is the limit in yq..? please can somebody confirm? And the error I am getting is:
wanted to understand if this is the limitation ?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Might be a linux limitation, coz it might be a big chunk to pass a command (example yq is the case here) just a guess I am not sure.. |
Beta Was this translation helpful? Give feedback.
Yeah I haven't put any extra limits.
You're probably better off having the value in a text file, then using
load_str
(docs) to set the value on a particular key