{ "version": "7.46.1", "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": "30c92bac9c7d413c8294ea46967f7746ebca6cf3b43516453e9844bd6bb03045" }, "32bit": { "url": "https://cli-assets.heroku.com/heroku-win32-x86.tar.xz#/dl.xz", "hash": "b3be34ab398148de6d9877b5c11df15f0ee58a88b4b1248cc43fe25dcd9082e6" } }, "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" } } } } }