Skip to content

Instantly share code, notes, and snippets.

@famousgarkin
Last active November 20, 2017 08:57
Show Gist options
  • Save famousgarkin/ebc72384394e85c0990b5333b80bffcd to your computer and use it in GitHub Desktop.
Save famousgarkin/ebc72384394e85c0990b5333b80bffcd to your computer and use it in GitHub Desktop.
download latest cli53 release
curl https://api.github.com/repos/barnybug/cli53/releases/latest \
| jq --raw-output '.assets[] | select(.name == "cli53-linux-amd64") | .browser_download_url' \
| xargs curl --location --output /usr/local/bin/cli53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment