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