add new chinese translations
This commit is contained in:
28
pages.zh/common/tye.md
Normal file
28
pages.zh/common/tye.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# tye
|
||||
|
||||
> 轻松开发、测试和部署微服务和分布式应用程序。
|
||||
> 更多信息:<https://github.com/dotnet/tye>。
|
||||
|
||||
- 构建一个表示应用程序的 `tye.yaml` 文件:
|
||||
|
||||
`tye init`
|
||||
|
||||
- 在本地运行应用程序:
|
||||
|
||||
`tye run`
|
||||
|
||||
- 构建应用程序的容器:
|
||||
|
||||
`tye build`
|
||||
|
||||
- 推送应用程序的容器:
|
||||
|
||||
`tye push`
|
||||
|
||||
- 将应用程序部署到 Kubernetes:
|
||||
|
||||
`tye deploy`
|
||||
|
||||
- 从 Kubernetes 中移除已部署的应用程序:
|
||||
|
||||
`tye undeploy`
|
Reference in New Issue
Block a user