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,21 @@
# gcrane ls
> 列出仓库中的标签。
> 比 `crane ls` 更复杂的形式,允许列出标签、清单和子仓库。
> 更多信息:<https://github.com/google/go-containerregistry/blob/main/cmd/gcrane/README.md>。
- 列出标签:
`gcrane ls {{repository}}`
- 将注册表的响应格式化为 JSON
`gcrane ls {{repository}} --json`
- 是否递归遍历仓库:
`gcrane ls {{repository}} {{-r|--recursive}}`
- 显示帮助:
`gcrane ls {{-h|--help}}`