A python CLI application to manage, run, update your SonarQube local instances.
You need python installed on your system
Open a terminal and navigate to the directory containing the install.sh script
Run the script using the command: source install.sh
Open Command Prompt navigate to the directory containing the install.bat script
Run the script using the command: install.bat
This will also activate the python virtual environment.
After running the install script, simply type
sqman
to get a list of available commands.
For each command you can type sqman <command> --help to see the usage of that specific command
- The
install-plugincommand gets 401 on repox because it is not authenticated, is there a way to download public builds without auth? - Add local file to store the last sq version installed/used to automatically use when running
sqman runwithout a version argument