snippetbashTip
tye — Develop, test, and deploy microservices and distributed applications easily. More information: <http
Viewed 0 times
commandmicroservicesandclitestdeploydeveloptye
Problem
How to use the
tye command: Develop, test, and deploy microservices and distributed applications easily. More information: <https://github.com/dotnet/tye>.Solution
tye — Develop, test, and deploy microservices and distributed applications easily. More information: <https://github.com/dotnet/tye>.Scaffold a
tye.yaml file representing the application:tye initRun an application locally:
tye runBuild an application's containers:
tye buildPush an application's containers:
tye pushDeploy an application to Kubernetes:
tye deployRemove a deployed application from Kubernetes:
tye undeployCode Snippets
Scaffold a `tye.yaml` file representing the application
tye initRun an application locally
tye runBuild an application's containers
tye buildPush an application's containers
tye pushDeploy an application to Kubernetes
tye deployContext
tldr-pages: common/tye
Revisions (0)
No revisions yet.