Skip to content

Set style only for specific type #1416

Answered by mikefarah
carlocorradini asked this question in Q&A
Discussion options

You must be logged in to vote

you just need to select the string nodes:

yq ' (.. | select(tag == "!!str") ) style="double"' file.yml

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@carlocorradini
Comment options

Answer selected by carlocorradini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants