vultr-cli
vultr-cli copied to clipboard
[Feature] - Make vultr-cli.exe for windows available via Winget
I believe that the issue title is very self explanatory.
But my suggestion is to add some build actions that would make the vultr-cli.exe available via Winget.
The principal go in this is not "make it easier to install", but to make the update of the package more trustable.
It's easy to download, extract, and put it on a folder in the path... But it's hard to keep remembering to update the executable accordingly.
I'm pretty sure it's no necessary to bring this to vultr team. But just to give some context to visitors that are also reading this, following is some oficial doc of how to create and publish a package to winget.
https://learn.microsoft.com/en-us/windows/package-manager/package/manifest
Quite simple... YAML, and some security standards on the executables.
Thanks in advance!