For the complete documentation index, see llms.txt. This page is also available as Markdown.

Filter JSON API results

The following line will return the download URL for the latest macOS dasel release:

$ curl https://api.github.com/repos/tomwright/dasel/releases/latest | dasel -p json --plain '.assets.(name=dasel_darwin_amd64).browser_download_url'

https://github.com/TomWright/dasel/releases/download/v1.13.6/dasel_darwin_amd64

Last updated