>_

Deploy Dotnet

The Fastest Way to Deploy .NET Apps from your CLI

CLI-driven deployment designed specifically for .NET developers. Streamline your workflow from terminal to cloud in seconds.

Closed Beta — In Progress
Open Beta Launch Coming soon
zsh — 120x30
~ dotnet tool install -g DeployDotnet
You can invoke the tool using the following command: deploydotnet
Tool 'deploydotnet' (version '3.0.3') was successfully installed.
~ deploydotnet login
✓ Successfully authenticated as dotnetdev
~ deploydotnet deploy --name "My App"
Verifying...
Identifying dotnet version...
Building...
📦 Zipping...
Deploying...
✓ Complete https://my-app.deploydotnet.app
~