ClaudeCloudflare Developer Platform2026/07/02 0:00

Workers - Work across multiple accounts with Wrangler auth profiles

要点だけを先に読めるように短く再構成したセクションです。

元記事

Quick Digest

要約

要点だけを先に読めるように短く再構成したセクションです。

claudeja

Workers - Work across multiple accounts with Wrangler auth profiles の要約

Key Points

  • ポイント1: Changelog New updates and improvements at Cloudflare.
  • ポイント2: Subscribe to RSS View RSS feeds ← Back to all posts Work across multiple accounts with Wrangler auth profiles Jul 02, 2026 Workers Wrangler CLI now supports auth profiles: named lo
  • ポイント3: A profile is a named OAuth login bound to a directory.

Summary

この記事は 2026-07-02 に公開された「Workers - Work across multiple accounts with Wrangler auth profiles」の内容を日本語で簡潔にまとめたものです。

Key Points

  • ポイント1: Changelog New updates and improvements at Cloudflare.
  • ポイント2: Subscribe to RSS View RSS feeds ← Back to all posts Work across multiple accounts with Wrangler auth profiles Jul 02, 2026 Workers Wrangler CLI now supports auth profiles: named lo
  • ポイント3: A profile is a named OAuth login bound to a directory.

Full Translation

翻訳

原文の流れを保ったまま読める翻訳セクションです。

claudeja

Workers - Work across multiple accounts with Wrangler auth profiles(原文タイトル)

概要

公開日: 2026-07-02 翻訳生成に失敗したため、原文をそのまま保存しています。

原文

Changelog New updates and improvements at Cloudflare. Subscribe to RSS View RSS feeds ← Back to all posts Work across multiple accounts with Wrangler auth profiles Jul 02, 2026 Workers Wrangler CLI now supports auth profiles: named logins that you scope to specific Cloudflare accounts and switch between automatically, based on the directory you are working in. A profile is a named OAuth login bound to a directory. Commands run in that directory, and its subdirectories, use the matching account — so you can move between accounts without re-running wrangler login . Use profiles to keep a separate login for each client when working at an agency, or to separate staging and production into different accounts. Pair a profile with an account_id in your Wrangler configuration file so a command cannot reach the wrong account. Terminal window # Create a profile for each account, choosing which accounts it can reach wrangler auth create client-a wrangler auth activate client-a ~/clients/client-a wrangler auth create client-b wrangler auth activate client-b ~/clients/client-b Use the --profile flag to run a single command with a specific profile: Terminal window wrangler deploy --profile personal In CI and other automated environments, CLOUDFLARE_API_TOKEN still takes precedence over all profiles. For setup, the resolution order, and the full command reference, refer to Authentication profiles . Resources API New to Cloudflare? Directory Sponsorships Open Source Cloudflare Research Support Help Center System Status Compliance GDPR Company cloudflare.com Our team Careers Tools Cloudflare Radar Cloudflare Labs Speed Test Is BGP Safe Yet? Certificate Transparency Community Community forum X Discord YouTube GitHub © 2026 Cloudflare, Inc. Privacy Policy Terms of Use Report Security Issues Trademark Cookie Settings Was this helpful? Yes No