View all repository associations in CodeGuru Reviewer
You can view all the associated repositories in your AWS Region and your AWS account using the console or the AWS CLI.
Topics
View all associated repositories in CodeGuru Reviewer (console)
View all associated repositories
Open the Amazon CodeGuru Reviewer console at https://console.aws.amazon.com/codeguru/reviewer/
. -
In the navigation pane, choose Associated repositories.
View all repository associations in CodeGuru Reviewer (AWS CLI)
For information about using the AWS CLI with CodeGuru Reviewer, see the CodeGuru Reviewer section
View all repository associations
-
Make sure that you have configured the AWS CLI with the AWS Region that contains the repository associations you want to view. Run the following command at the command line or terminal and review or configure the Region for the AWS CLI.
aws configure
-
Run list-repository-associations.
aws codeguru-reviewer list-repository-associations
-
If successful, this command outputs one
RepositoryAssociationSummary
object for each of your associated repositories.{ "RepositoryAssociationSummaries": [ { "LastUpdatedTimeStamp": 1595886609.616, "Name": "test", "AssociationId": "0bdac454-f6af-4adf-a625-de4db4b4bca1", "Owner": "123456789012", "State": "Associated", "AssociationArn": "arn:aws:codeguru-reviewer:us-west-2:123456789012:association:0bdac454-f6af-4adf-a625-de4db4b4bca1", "ProviderType": "Bitbucket" }, { "LastUpdatedTimeStamp": 1595636969.035, "Name": "CodeDeploy-CodePipeline-ECS-Tutorial", "AssociationId": "eb2f7513-a132-47ad-81dc-bd718468ee1e", "Owner": "123456789012", "State": "Associated", "AssociationArn": "arn:aws:codeguru-reviewer:us-west-2:123456789012:association:eb2f7513-a132-47ad-81dc-bd718468ee1e", "ProviderType": "CodeCommit" }, { "LastUpdatedTimeStamp": 1595634785.983, "Name": "My-ecs-beta-repo", "AssociationId": "d79156d7-6297-4b08-ba5a-f05b274e3518", "Owner": "123456789012", "State": "Associated", "AssociationArn": "arn:aws:codeguru-reviewer:us-west-2:123456789012:association:d79156d7-6297-4b08-ba5a-f05b274e3518", "ProviderType": "CodeCommit" } ] }