LinuxCommandLibrary

tye

TLDR

Run application

$ tye run
copy
Run with dashboard
$ tye run --dashboard
copy
Build project
$ tye build
copy
Deploy to Kubernetes
$ tye deploy
copy
Initialize config
$ tye init
copy

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

Copied to clipboard