lburgazzoli commented on issue #1009: Provide a plain text file with the latest 
version of Camel K for easier automation of downloading via the tooling
URL: https://github.com/apache/camel-k/issues/1009#issuecomment-541100445
 
 
   I usually do something like that do download releases:
   
   ```
   curl -s 
https://api.github.com/repos/${REPO_OWNER}/${REPO_NAME}/releases/latest \
       | jq --raw-output ".assets[] | select(.name | 
startswith(\"${BINARY_NAME}\")) \
       | .browser_download_url"
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to