Skip to content

New fields added to .value in to_entries[] | (.value changes) | from_entries are lost if I combine the result with another array #2052

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

You must be logged in to vote

You can do it like this:

yq 'with(.jobs[] | select(.steps[].uses | contains("/setup-go")); 
     .with.go-version="mike" | .strategy.fail-fast=false
)'  examples/data1.yaml

Explanation:

*formatting

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

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

Answer selected by Frederick888
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