LinuxCommandLibrary

tye

Developer tool that makes developing, testing, and deploying microservices and distributed applications easier.

TLDR

Scaffold a tye.yaml file representing the application

$ tye init
copy


Run an application locally
$ tye run
copy


Build an application's containers
$ tye build
copy


Push an application's containers
$ tye push
copy


Deploy an application to Kubernetes
$ tye deploy
copy


Remove a deployed application from Kubernetes
$ tye undeploy
copy

Copied to clipboard