add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,25 @@
# aws codeartifact
> 管理 CodeArtifact 仓库、域、包、包版本和资产。
> CodeArtifact 是一个与流行的包管理器和构建工具(如 Maven、Gradle、npm、Yarn、Twine、pip、NuGet 和 SwiftPM兼容的工件仓库。
> 更多信息请访问:<https://awscli.amazonaws.com/v2/documentation/api/latest/reference/codeartifact/index.html>。
- 列出您 AWS 账户可用的域:
`aws codeartifact list-domains`
- 为特定的包管理器生成凭证:
`aws codeartifact login --tool {{npm|pip|twine}} --domain {{your_domain}} --repository {{repository_name}}`
- 获取 CodeArtifact 仓库的端点 URL
`aws codeartifact get-repository-endpoint --domain {{your_domain}} --repository {{repository_name}} --format {{npm|pypi|maven|nuget|generic}}`
- 显示帮助信息:
`aws codeartifact help`
- 显示特定子命令的帮助信息:
`aws codeartifact {{subcommand}} help`