Hi,
This is a suggestion related to the installation of SonarScanner CLI
Right now in order to install the SonarScanner CLI on a machine, the process is to unzip the installer to a specific location. And probably adding the bin to the PATH.
This is not very convienent to do an install or upgrade (Specially on developer machines)
Is there a plan to provide a package manager for the Sonar Scanner CLI ?
Some candidate I like personally
- HomeBrew (works for both linux and macosx). https://brew.sh/
- sdkman : https://sdkman.io/
- Custom script like (nvm / rvm)
I personally like homebrew because it also allow to add 3rd party repository (Taps (Third-Party Repositories) — Homebrew Documentation). For example companies like Hashicorp is doing this for their binary (Install | Terraform | HashiCorp Developer)
Hope this will be considered and whould be a great improvement fot the Scanner CLI installation
Thanks