AWS CodeCommit 不再提供給新客戶。的現有客戶 AWS CodeCommit 可以繼續正常使用服務。進一步了解"
本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
AWS CodeCommit 命令列參考
此參考協助您了解如何使用 AWS CLI。
安裝和設定 AWS CLI
-
在本機電腦上,下載並安裝 AWS CLI。這是 CodeCommit 從命令列與 互動的先決條件。建議您安裝 AWS CLI 第 2 版。這是 的最新版本, AWS CLI 並支援所有最新功能。這是唯一 AWS CLI 支援 的版本,可搭配 使用根帳戶、聯合存取或臨時憑證git-remote-codecommit。
如需詳細資訊,請參閱使用 AWS 命令列介面 設定 。
注意
CodeCommit 僅適用於 1.7.38 版及更新 AWS CLI 版本。最佳實務是安裝 或 AWS CLI 將 升級至可用的最新版本。若要判斷 AWS CLI 您已安裝的 版本,請執行 aws --version命令。
若要 AWS CLI 將舊版 升級至最新版本,請參閱安裝 AWS Command Line Interface。
-
執行此命令以確認 的 CodeCommit 命令 AWS CLI 已安裝。
aws codecommit help
此命令會傳回 CodeCommit 命令清單。
-
使用 configure命令 AWS CLI 以設定檔設定 ,如下所示:
aws configure
出現提示時,請指定IAM要與 搭配使用的使用者的 AWS 存取金鑰和 AWS 秘密存取金鑰 CodeCommit。此外,請務必指定 AWS 區域 儲存庫所在的 ,例如
us-east-2
。系統提示您輸入預設輸出格式時,請指定json
。例如,如果您為IAM使用者設定設定檔:AWS Access Key ID [None]:
Type your IAM user AWS access key ID here, and then press Enter
AWS Secret Access Key [None]:Type your IAM user AWS secret access key here, and then press Enter
Default region name [None]:Type a supported region for CodeCommit here, and then press Enter
Default output format [None]:Type
jsonhere, and then press Enter
如需建立和設定設定檔以搭配 使用的詳細資訊 AWS CLI,請參閱下列內容:
若要連線至其他 中的儲存庫或資源 AWS 區域,您必須 AWS CLI 使用預設的區域名稱重新設定 。支援的預設區域名稱 CodeCommit 包括:
-
us-east-2
-
us-east-1
-
eu-west-1
-
us-west-2
-
ap-northeast-1
-
ap-southeast-1
-
ap-southeast-2
-
ap-southeast-3
-
me-central-1
-
eu-central-1
-
ap-northeast-2
-
sa-east-1
-
us-west-1
-
eu-west-2
-
ap-south-1
-
ap-south-1
-
ca-central-1
-
us-gov-west-1
-
us-gov-east-1
-
eu-north-1
ap-east-1
me-south-1
cn-north-1
cn-northwest-1
eu-south-1
ap-northeast-3
af-south-1
il-central-1
如需 CodeCommit 和 的詳細資訊 AWS 區域,請參閱 區域和 Git 連線端點。如需 IAM、 存取金鑰和 秘密金鑰的詳細資訊,請參閱如何取得憑證? 和管理IAM使用者 的存取金鑰。如需 AWS CLI 和 設定檔的詳細資訊,請參閱命名設定檔 。
-
若要檢視所有可用 CodeCommit 命令的清單,請執行下列命令:
aws codecommit help
若要檢視 CodeCommit 命令的相關資訊,請執行下列命令,其中 command-name
是 命令的名稱 (例如 create-repository):
aws codecommit
command-name
help
請參閱以下章節以檢視 AWS CLI中的命令描述和範例用法: