You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have multiple installer types in the manifest for the same architecture, like 1) MSI and 2) ZIP.
Continue using the same installer type on scoop upgrade (unless Scoop would handle changing installer type in scoop upgrade?).
Add scoop install parameter to specify wanted install type, and/or add some way to tell Scoop what installer type to prefer.
Describe alternatives you've considered
PR changing azure-cli from using MSI to using ZIP, but I don't know a) how well scoop upgrade would work when changing installer type, nor b) what Scoop would prefer here.
The text was updated successfully, but these errors were encountered:
Feature Request
Is your feature request related to a problem? Please describe.
Some packages have multiple installer types available, like
main/azure-cli
which now also got ZIP releases.URLs for the latest version as of writing:
Azure CLI does not currently have a x86 ZIP, so in this case it would be two options available for x64 (MSI, ZIP), one option for x86 (MSI).
I'd prefer to use the ZIP alternative for less hassle and faster dompression (and thus install). But the manifest currently uses MSI:
Describe the solution you'd like
Add the ability to:
scoop upgrade
(unless Scoop would handle changing installer type inscoop upgrade
?).scoop install
parameter to specify wanted install type, and/or add some way to tell Scoop what installer type to prefer.Describe alternatives you've considered
azure-cli
from using MSI to using ZIP, but I don't know a) how wellscoop upgrade
would work when changing installer type, nor b) what Scoop would prefer here.The text was updated successfully, but these errors were encountered: