⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content
Discussion options

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

Comment options

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

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