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

16
pages.zh/common/vela.md Normal file
View File

@@ -0,0 +1,16 @@
# vela
> Vela 管道的命令行工具。
> 更多信息:<https://go-vela.github.io/docs/reference/cli/>。
- 从 Git 分支、提交或标签触发管道运行:
`vela add deployment --org {{organization}} --repo {{repository_name}} --target {{environment}} --ref {{branch|commit|refs/tags/git_tag}} --description "{{deploy_description}}"`
- 列出一个仓库的部署:
`vela get deployment --org {{organization}} --repo {{repository_name}}`
- 检查特定的部署:
`vela view deployment --org {{organization}} --repo {{repository_name}} --deployment {{deployment_number}}`