Skip to content

Instantly share code, notes, and snippets.

@jonathanmedd
Created January 4, 2022 18:06
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/606fb5d352261388bc9c1abf0ad56fc7 to your computer and use it in GitHub Desktop.
Save jonathanmedd/606fb5d352261388bc9c1abf0ad56fc7 to your computer and use it in GitHub Desktop.
Add-SonarCloudOrganizationMember
Connect-SonarCloud -APIKey 'xxxxxxxxxxxxxxxxx'
Add-SonarCloudOrganizationMember -organization 'org1' -userLogin 'testuser1@gitlab'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment