本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
檢視儲存庫連結詳細資訊
您可以使用 AWS Command Line Interface (AWS CLI) 中的 get-repository-link 命令來檢視儲存庫連結的詳細資訊。
檢視儲存庫連結詳細資訊
-
開啟終端機 (Linux、macOS 或 Unix) 或命令提示 (Windows)。使用 AWS CLI 執行get-repository-link命令,指定儲存庫連結 ID。
aws codestar-connections get-repository-link --repository-link-id 6053346f-8a33-4edb-9397-10394b695173
-
此命令會傳回下列輸出。
{ "RepositoryLinkInfo": { "ConnectionArn": "arn:aws:codestar-connections:us-east-1:
account_id
:connection/aEXAMPLE-8aad-4d5d-8878-dfcab0bc441f", "OwnerId": "owner_id
", "ProviderType": "GitHub", "RepositoryLinkArn": "arn:aws:codestar-connections:us-east-1:account_id
:repository-link/be8f2017-b016-4a77-87b4-608054f70e77", "RepositoryLinkId": "6053346f-8a33-4edb-9397-10394b695173", "RepositoryName": "MyRepo", "Tags": [] } }