Get latest Aptible Toolbelt

As part of a build for development I am fetching and installing the Aptible Toolbelt .deb. The links provided on the download page include the version in the URL/filename, however it would be preferable to just grab the latest and install that (pinning it to a hash if a specific version/integrity becomes an issue). Is there a more generic URL/file to download the latest aptible toolbelt release for a platform?

Not right now, no, but it’s something we’ve talked about, and we might add it as an option in the future.

In the meantime though, you could get away with downloading this file: https://raw.githubusercontent.com/aptible/support/master/data/toolbelt.yml and parsing it (it’s a YAML file) for the latest package URL.

Hope this helps!

1 Like