Replies: 1 comment
-
The The only way I can think of is to wrap all the string values with quotes:
Another thing to keep mind of is
|
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
-
I'm trying to get yq to output my values as properties with quoted values, i.e.
section.value="abc"
I\m trying
yq eval '(. style="double"| to_props)' values.yaml
with different placing for style tag, but all I'm getting is still unquoted output:section.value=abc
Beta Was this translation helpful? Give feedback.
All reactions