Files
tldr/pages.zh/common/tye.md

28 lines
462 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# tye
> 轻松开发、测试和部署微服务和分布式应用程序。
> 更多信息:<https://github.com/dotnet/tye>。
- 构建一个表示应用程序的 `tye.yaml` 文件:
`tye init`
- 在本地运行应用程序:
`tye run`
- 构建应用程序的容器:
`tye build`
- 推送应用程序的容器:
`tye push`
- 将应用程序部署到 Kubernetes
`tye deploy`
- 从 Kubernetes 中移除已部署的应用程序:
`tye undeploy`