Quickstart guide
Get up and running quickly with SonarQube CLI (secrets detection example).
Step 1: Install the SonarQube CLI
curl -o- https://raw.githubusercontent.com/SonarSource/sonarqube-cli/refs/heads/master/user-scripts/install.sh | bashirm https://binaries.sonarsource.com/Distribution/sonarqube-cli/install.ps1 | iexStep 2: Authenticate with the server
sonar auth login -s <YourSonarQubeURL> --with-token <YourSonarQubeUserToken>sonar auth statusStep 3: Review the SonarQube CLI commands
Step 4: Choose a guide to run next
Last updated
Was this helpful?

