Forrest logo
back to context overview

sonar-scanner

List of commands for sonar-scanner:

  • sonar-scanner:tldr:2f727 sonar-scanner: Scan a project using configuration file other than `sonar-project.properties`.
    $ sonar-scanner -D${project-settings=myproject-properties}
    try on your machine
    explain this command
  • sonar-scanner:tldr:45efc sonar-scanner: Print help information.
    $ sonar-scanner -h
    try on your machine
    explain this command
  • sonar-scanner:tldr:58b62 sonar-scanner: Print debugging information.
    $ sonar-scanner -X
    try on your machine
    explain this command
  • sonar-scanner:tldr:91cf0 sonar-scanner: Scan a project with configuration file in your project's root directory named `sonar-project.properties`.
    $ sonar-scanner
    try on your machine
    explain this command
back to context overview