Native Tunnel Management in Wrangler
Cloudflare has added a comprehensive set of tunnel management commands directly to Wrangler, the CLI tool for the Cloudflare Developer Platform. This eliminates the context-switching developers previously needed when managing Cloudflare Tunnels, bringing tunnel operations into the same terminal workflow as Workers and other Cloudflare services.
Available Commands
The new wrangler tunnel command family includes:
wrangler tunnel create— Create a new remotely managed tunnelwrangler tunnel list— List all tunnels in your accountwrangler tunnel info— Display details about a specific tunnelwrangler tunnel delete— Delete a tunnelwrangler tunnel run— Run a tunnel using the cloudflared daemonwrangler tunnel quick-start— Start a free, temporary tunnel without an account using Quick Tunnels
Binary Management Automation
Wrangler automatically handles downloading and managing the cloudflared binary, removing manual setup steps. On first use, developers are prompted to download cloudflared to a local cache directory, keeping the installation clean and isolated from system directories.
Development Status
These commands are currently marked as experimental and may change without notice. Developers should refer to the Wrangler tunnel commands documentation for the latest details and usage patterns.