tye
TLDR
Run application
$ tye run
Run with dashboard$ tye run --dashboard
Build project$ tye build
Deploy to Kubernetes$ tye deploy
Initialize config$ tye init
SYNOPSIS
tye command [--dashboard] [options]
DESCRIPTION
tye runs microservices. It's a development tool.
Multi-service orchestration. Run together.
Dashboard included. Service monitoring.
Kubernetes deployment. Easy deploy.
.NET focused. Service discovery.
PARAMETERS
run
Run application.build
Build containers.deploy
Deploy to K8s.init
Create tye.yaml.--dashboard
Enable dashboard.--port PORT
Dashboard port.
CAVEATS
.NET focused. Experimental tool. Microsoft project.
HISTORY
Tye was created by Microsoft as an experimental tool for developing and deploying microservices in .NET.
SEE ALSO
docker-compose(1), dotnet(1), kubectl(1)


