Skip to content

Instantly share code, notes, and snippets.

@jonathanmedd
Created December 22, 2021 11:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonathanmedd/6d7acc4dc2962ffee32398479fccc543 to your computer and use it in GitHub Desktop.
Save jonathanmedd/6d7acc4dc2962ffee32398479fccc543 to your computer and use it in GitHub Desktop.
New-SonarCloudProject
Connect-SonarCloud -APIKey 'xxxxxxxxxxxxxxxxx'
New-SonarCloudProject -organization 'org1' -projectName 'test-sonarcloud-onboard' -projectKey '68320681'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment