OpenAICloudflare Developer PlatformMar 19, 2026, 12:00 AM

Cloudflare Tunnel, Workers - Manage Cloudflare Tunnels with Wrangler

A condensed section focused on the key takeaways first.

Original Post

Quick Digest

Summary

A condensed section focused on the key takeaways first.

openaienmodel: gpt-5-mini-2025-08-07

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 tunnel
    • wrangler tunnel list — list all tunnels in your account
    • wrangler tunnel info — display details for a specific tunnel
    • wrangler tunnel delete — delete a tunnel
    • wrangler tunnel run — run a tunnel using the cloudflared daemon
    • wrangler tunnel quick-start — start a free temporary tunnel (Quick Tunnels) without an account
  • Wrangler handles downloading and managing the cloudflared binary; 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.

Full Translation

Translations

A translation section that keeps the flow of the original article.

openaijamodel: gpt-5-mini-2025-08-07

Cloudflare Tunnel、Workers — WranglerでCloudflareトンネルを管理する

概要

Wrangler(Cloudflare Developer PlatformのCLI)から直接Cloudflare Tunnelsを管理できるようになりました。新しい wrangler tunnel コマンドを使うと、端末を離れずにトンネルの作成、起動、管理が行えます。

利用可能なコマンド

  • wrangler tunnel create — リモート管理される新しいトンネルを作成します。
  • wrangler tunnel list — アカウント内のすべてのトンネルを一覧表示します。
  • wrangler tunnel info — 特定のトンネルの詳細を表示します。
  • wrangler tunnel delete — トンネルを削除します。
  • wrangler tunnel run — cloudflared デーモンを使用してトンネルを実行します。
  • wrangler tunnel quick-start — Quick Tunnels を使用して、アカウントなしで無料の一時トンネルを開始します。

動作と注意点

  • Wrangler は cloudflared バイナリのダウンロードと管理を自動で行います。初回使用時には、ローカルのキャッシュディレクトリへ cloudflared をダウンロードするかどうかを確認するプロンプトが表示されます。
  • これらのコマンドは現在実験的(experimental)であり、予告なく変更される可能性があります。

参照

開始方法や詳細な使い方については、Wrangler tunnel commands documentation を参照してください。