Hello,
This is my first time on SonarQube, on getting started on SonarCloud on 5th step it asked me to
downloaded and install, and the to perform following command.
sonar-scanner \
-Dsonar.projectKey=your_project_key_that_must_be_unique \
-Dsonar.sources=. \
-Dsonar.host.url=https://sonarcloud.io \
-Dsonar.organization=your_organization_key \
-Dsonar.login=abcdef0123456789
I did manage to get login (token) from step 2.
but Iam unable to find the projectKey and organization_key.
Thank you, in advance.