{ "version": "9.2.0", "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/versions/9.2.0/2aa043a/heroku-v9.2.0-2aa043a-win32-x64.tar.xz#/dl.xz", "hash": "4d878770a64f92831107ff68a5b58500a88ce24407d36d64299def2fc7a9ebb7" }, "32bit": { "url": "https://cli-assets.heroku.com/versions/9.2.0/2aa043a/heroku-v9.2.0-2aa043a-win32-x86.tar.xz#/dl.xz", "hash": "a1ffb34cdb7d2b0db45af4710c424ad9df9fb251c8a88a7d634e4487403b0356" } }, "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/channels/stable/heroku-win32-x64-buildmanifest", "jsonpath": "$.xz", "regex": "heroku-v([\\d.]+)-(?\\w+)-win32" }, "autoupdate": { "architecture": { "64bit": { "url": "https://cli-assets.heroku.com/versions/$version/$matchCommit/heroku-v$version-$matchCommit-win32-x64.tar.xz#/dl.xz", "hash": { "url": "https://cli-assets.heroku.com/channels/stable/heroku-win32-x64-buildmanifest", "regex": "sha256xz.*$sha256" } }, "32bit": { "url": "https://cli-assets.heroku.com/versions/$version/$matchCommit/heroku-v$version-$matchCommit-win32-x86.tar.xz#/dl.xz", "hash": { "url": "https://cli-assets.heroku.com/channels/stable/heroku-win32-x86-buildmanifest", "regex": "sha256xz.*$sha256" } } } } }