add new chinese translations
This commit is contained in:
25
pages.zh/common/aws-codeartifact.md
Normal file
25
pages.zh/common/aws-codeartifact.md
Normal 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`
|
Reference in New Issue
Block a user