@porthole.dev/cli
v0.4.0
Published
Fast localhost tunneling for developers
Maintainers
Readme
porthole.dev CLI
Fast localhost tunneling for developers.
Quick Start
npx @porthole.dev/cli 3000Usage
porthole <port> [--qr] [--name <name>] [--password <password>] [--verbose] [--no-telemetry]Examples
# Start a tunnel
npx @porthole.dev/cli 3000
# Request a custom subdomain
npx @porthole.dev/cli 3000 --name demo-api
# Password protect a tunnel
npx @porthole.dev/cli 3000 --password "demo123"
# Show QR code on start
npx @porthole.dev/cli 3000 --qrDocs
Full documentation: https://porthole.dev/docs
