Skip to content

Instantly share code, notes, and snippets.

@jonathanmedd
Created November 19, 2021 14:54
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/fa0bccf34f5511fdefd1ff86beef3a64 to your computer and use it in GitHub Desktop.
Save jonathanmedd/fa0bccf34f5511fdefd1ff86beef3a64 to your computer and use it in GitHub Desktop.
Retrieve a list of projects belonging to your SonarCloud organization
Get-SonarCloudProject -organization 'testorg'
Name : Test Project 1
Key : testorg_test-project-1
Organization : testorg
Qualifier : TRK
Visibility : private
Name : Test Project 2
Key : testorg_test-project-2
Organization : testorg
Qualifier : TRK
Visibility : private
Name : Test Project 3
Key : testorg_nest-test-project-3
Organization : testorg
Qualifier : TRK
Visibility : private
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment