{ "version": "8.0.0", "description": "Command line manager of Octopus environments, deployments, channels, projects, and workers", "homepage": "https://octopus.com/docs/octopus-rest-api/octopus-cli", "license": "Apache-2.0", "architecture": { "64bit": { "url": "https://download.octopusdeploy.com/octopus-tools/8.0.0/OctopusTools.8.0.0.win-x64.zip", "hash": "md5:5ff543d28a111aa5e6c3a0ec481594d8" } }, "bin": "octo.exe", "checkver": { "url": "https://octopus.com/downloads/octopuscli", "regex": "OctopusTools\\.([\\d.]+)\\.win-x64\\.zip" }, "autoupdate": { "architecture": { "64bit": { "url": "https://download.octopusdeploy.com/octopus-tools/$version/OctopusTools.$version.win-x64.zip", "hash": { "url": "https://octopus.com/downloads/octopuscli", "regex": "$md5" } } } } }