文件 AWS SDK AWS 範例 SDK 儲存庫中有更多可用的
本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
DeleteRepository
搭配 CLI 使用
下列程式碼範例示範如何使用 DeleteRepository
。
- CLI
-
- AWS CLI
-
刪除儲存庫
此範例示範如何刪除 a AWS CodeCommit 儲存庫。
命令:
aws codecommit delete-repository --repository-name
MyDemoRepo
輸出:
{ "repositoryId": "f7579e13-b83e-4027-aaef-650c0EXAMPLE" }
-
如需 API 詳細資訊,請參閱 AWS CLI 命令參考中的 DeleteRepository
。
-
- PowerShell
-
- for PowerShell 工具
-
範例 1:此範例會強制刪除指定的儲存庫。命令會提示您進行確認,然後再繼續。新增 -Force 參數,以在沒有提示的情況下刪除儲存庫。
Remove-CCRepository -RepositoryName MyDemoRepo
輸出:
43ef2443-3372-4b12-9e78-65c27EXAMPLE
-
如需 API 詳細資訊,請參閱 AWS Tools for PowerShell Cmdlet 參考中的 DeleteRepository。
-
CreateRepository
GetBranch