{ "version": "7.59.4", "description": "An essential part of using Heroku, which can perform nearly any Heroku-related task right from your terminal.", "homepage": "https://devcenter.heroku.com/articles/heroku-cli", "license": "ISC", "architecture": { "64bit": { "url": "https://cli-assets.heroku.com/heroku-win32-x64.tar.xz#/dl.xz", "hash": "5970d2b36b9971f0342f2e41ef77f23cd8d80dc6a23747a15043293b02200d18" }, "32bit": { "url": "https://cli-assets.heroku.com/heroku-win32-x86.tar.xz#/dl.xz", "hash": "472879c27a46ba2814d344389ab40a1760091098d7f19e0b7b19a93175f8db95" } }, "pre_install": [ "Invoke-ExternalCommand (Get-HelperPath '7zip') -ArgumentList @(", " 'x'", " \"$dir\\dl\"", " \"-o`\"$dir\\dlo`\"\"", " '-bso0'", " '-bd'", " '-bse0'", ") -ContinueExitCodes @{ 2 = 'Can not create symlink while running from un-elevated prompt. Installation is not affected.'} | Out-Null", "Move-Item \"$dir\\dlo\\heroku\\*\" \"$dir\"", "Remove-Item \"$dir\\dl*\" -Recurse" ], "bin": "bin\\heroku.cmd", "checkver": { "url": "https://cli-assets.heroku.com/version", "jsonpath": "$.version" }, "autoupdate": { "architecture": { "64bit": { "url": "https://cli-assets.heroku.com/heroku-win32-x64.tar.xz#/dl.xz", "hash": { "url": "https://cli-assets.heroku.com/win32-x64", "jsonpath": "$.sha256xz" } }, "32bit": { "url": "https://cli-assets.heroku.com/heroku-win32-x86.tar.xz#/dl.xz", "hash": { "url": "https://cli-assets.heroku.com/win32-x86", "jsonpath": "$.sha256xz" } } } } }