-
Hey community, I'm using {
"date": "12:00:00"
} is parsed to: date: 12:00:00 Is there any option to explicitly quote all string values? So the output would become: date: '12:00:00' # or "12:00:00" TBH I don't know if parsing to this form wouldn't cause some troubles with escaping? And this is causing issues for me as unquoted Thanks in advance for any help on this! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yep, you can give it a style expression to put values in double quotes, see https://mikefarah.gitbook.io/yq/operators/env-variable-operators#envsubst-options for details.
|
Beta Was this translation helpful? Give feedback.
Yep, you can give it a style expression to put values in double quotes, see https://mikefarah.gitbook.io/yq/operators/env-variable-operators#envsubst-options for details.