deployzy
v1.1.3
Published
CLI for Deployzy — open-source tunnel to expose localhost to the internet
Maintainers
Readme
deployzy
CLI for Deployzy — open-source tunnel to expose your local servers to the internet.
Install
npm install -g deployzyUsage
# Expose an HTTP server
deployzy http 3000
# TCP tunnel
deployzy tcp 5432
# TLS passthrough
deployzy tls 443
# Save auth token
deployzy authtoken YOUR_TOKEN
# Multiple tunnels from config
deployzy startOther Install Methods
# Homebrew (macOS/Linux)
brew install deployzy/tap/deployzy
# Go
go install github.com/jams24/deployzy/cli/cmd/deployzy@latest
# Shell script
curl -fsSL https://get.deployzy.com | shLinks
- Website: https://deployzy.com
- GitHub: https://github.com/jams24/deployzy
- Docs: https://deployzy.com/docs
License
MIT
