abderrahim commented on PR #2035: URL: https://github.com/apache/buildstream/pull/2035#issuecomment-3051652579
> This PR allows you to see the version of a nested junction element. Currently this is only possible by hacking around with `.bst/staged-junctions`. > > With this PR you can do something like > > ``` > bst inspect xxxx.bst:freedesktop-sdk.bst | jq '.elements[0].sources[0]["version-guess"]' > ``` You should be able to get the source information already using `bst show` ``` bst show --format %{source-info} xxxx.bst:freedesktop-sdk.bst ``` Unless you're referring to a bug with the above command? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@buildstream.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org