Skip to content

Just perform the work on the first document #2274

Answered by mikefarah
webdawg asked this question in Q&A

You must be logged in to vote

Just pipe the select statements together, like consecutive filters:

yq eval -i '(select(documentIndex == 0) | select(.bootstrapTokens) | .bootstrapTokens[0].token) = "new value"'

Ref: https://mikefarah.gitbook.io/yq/operators/document-index

Replies: 1 comment 1 reply

You must be logged in to vote
1 reply
@mikefarah

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