sonar-scanner
all
A generic scanner for SonarQube projects that do not use build tools such as Maven, Gradle, or Ant.
More info →Options (3)
-D, --definebooleanScan a project using configuration file other than `sonar-project.properties`
Example:
sonar-scanner {{[-D|--define]}} {{project.settings=myproject.properties}}-X, --debugbooleanPrint debugging information
Example:
sonar-scanner {{[-X|--debug]}}-h, --helpbooleanDisplay help
Example:
sonar-scanner {{[-h|--help]}}Examples (4)
Scan a project with configuration file in your project's root directory named `sonar-project.properties`
Scan a project using configuration file other than `sonar-project.properties`
sonar-scanner [-D|--define] project.settings=myproject.propertiesPrint debugging information
sonar-scanner [-X|--debug]Display help
sonar-scanner [-h|--help]made by @shridhargupta | data from tldr-pages