ClaudeCloudflare 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.

claudeenmodel: claude-sonnet-4-20250514

Wrangler CLI Now Supports Direct Cloudflare Tunnel Management

Key Points

  • Wrangler CLI now includes native tunnel management commands
  • Automatic cloudflared binary download and caching
  • Quick-start option for temporary tunnels without account

Summary

Cloudflare has integrated tunnel management capabilities directly into Wrangler, their CLI tool for the Developer Platform. Engineers can now create, run, and manage Cloudflare Tunnels without leaving the terminal.

Key Points

  • New tunnel commands available: create, list, info, delete, run, and quick-start
  • Automated binary management: Wrangler handles downloading and caching the cloudflared binary automatically
  • Quick Tunnels support: Start temporary tunnels without account setup using wrangler tunnel quick-start
  • Experimental status: Commands are currently experimental and subject to change
  • Seamless workflow: Eliminates need to switch between Wrangler and separate tunnel management tools

Full Translation

Translations

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

claudejamodel: claude-sonnet-4-20250514

Cloudflare Tunnel, Workers - WranglerでCloudflare Tunnelを管理

WranglerでCloudflare Tunnelを管理

2026年3月19日

Cloudflare Developer PlatformのCLIであるWranglerから、Cloudflare Tunnelを直接管理できるようになりました。新しい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をローカルキャッシュディレクトリにダウンロードするよう促されます。

注意: これらのコマンドは現在実験的機能であり、予告なく変更される可能性があります。

開始するには、Wrangler tunnel commands documentationを参照してください。