Manage Cloudflare Tunnels from Wrangler (experimental)
Key Points
- CLI tunnel management
- Automatic cloudflared download
- Experimental commands
Summary
Wrangler, the Cloudflare Developer CLI, now includes experimental wrangler tunnel commands to create, run, list, inspect, and delete Cloudflare Tunnels from your terminal. You can also start a free temporary Quick Tunnel without an account. Wrangler will automatically download and manage the cloudflared binary and will prompt to cache it locally on first use.
Key Points
- Available commands:
wrangler tunnel create— create a new remotely managed tunnelwrangler tunnel list— list all tunnels in your accountwrangler tunnel info— display details for a specific tunnelwrangler tunnel delete— delete a tunnelwrangler tunnel run— run a tunnel using thecloudflareddaemonwrangler tunnel quick-start— start a free temporary tunnel (Quick Tunnels) without an account
- Wrangler handles downloading and managing the
cloudflaredbinary; you will be prompted on first use to cache it locally. - These commands are experimental and may change without notice; see the Wrangler tunnel commands documentation to get started.