{ "version": "7.39.0", "homepage": "https://devcenter.heroku.com/articles/heroku-cli", "description": "An essential part of using Heroku, which can perform nearly any Heroku-related task right from your terminal.", "license": "ISC", "architecture": { "64bit": { "url": "https://cli-assets.heroku.com/heroku-win32-x64.tar.xz#/dl.xz", "hash": "7c340ea6b1f1c70b6d5905dc9e10e514be6728e91f5219038e5919c1ca9d979b" }, "32bit": { "url": "https://cli-assets.heroku.com/heroku-win32-x86.tar.xz#/dl.xz", "hash": "91c38e6ef0cfdfada0ac2f88fa009c4ae8017288ad9887af4c47af50267aa46c" } }, "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" } } } } }