認証情報アクセス
Reads Cloudflare tokens, account IDs, project config, and environment variables.
brew
cloudflare-wrangler のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
エージェント安全性
cloudflare-wrangler deploys and manages Cloudflare Workers and related resources.
Reads Cloudflare tokens, account IDs, project config, and environment variables.
Can deploy workers, change routes, and mutate Cloudflare resources.
Publishes worker scripts and static assets to production edges.
Gate deploy, secret, route, and account mutation commands.
Allow local build/dev; require approval before deploys, secret changes, or route updates.
インストール
brew install cloudflare-wranglerlocal Homebrew formula metadata
sudo port install wranglerMacPorts ports tree · devel/wrangler/Portfile · ソース: api.github.com
nix profile install nixpkgs#wranglernixpkgs package indexes · pkgs/by-name/wr/wrangler/package.nix · ソース: api.github.com
sudo pacman -S wranglerArch Linux sync databases · wrangler · ソース: geo.mirror.pkgbuild.com
概要
CLI tool for Cloudflare Workers
履歴
Wrangler is Cloudflare's command-line interface for building, previewing, configuring, and deploying Cloudflare Workers and related developer-platform resources. The modern package lives in the official Cloudflare Workers SDK monorepo, while the earlier Wrangler v1 repository is archived as wrangler-legacy.
Cloudflare introduced Wrangler as a Workers-focused CLI during the early growth of Workers as an edge/serverless platform. The original public Wrangler repository was created in 2019 and later archived as the v1 codebase, with current development consolidated into the workers-sdk monorepo that Cloudflare describes as home to Wrangler.
The move into workers-sdk matched Wrangler's broadening role: it stopped being only a deploy command for Worker scripts and became the CLI surface for local development, configuration files, environments, asset workflows, and other Cloudflare developer-platform features.
Official Cloudflare documentation presents Wrangler as the standard CLI for Workers development. Package-manager metadata in this batch shows the Homebrew formula alongside MacPorts, Nix, and Arch packaging, while Cloudflare's primary installation path remains the JavaScript package ecosystem.
GitHub release metadata shows the workers-sdk monorepo publishing frequent wrangler-tagged releases through 2026, which is a useful signal for maintainers because the Homebrew package tracks a fast-moving upstream CLI rather than a slow system utility.
Developers use Wrangler to scaffold and configure Workers projects, run local development, deploy Workers, manage bindings and environments, and interact with Cloudflare platform resources from scripts and CI.
Wrangler configuration is project-local in wrangler.jsonc, wrangler.json, or wrangler.toml. Environment variables and secrets can be loaded from .env-style files for local workflows, with production secrets managed through Cloudflare's documented secret mechanisms.
Wrangler is interesting to package maintainers because it is a Node-based, vendor-owned cloud CLI distributed both through npm-style workflows and operating-system package managers. That creates the usual tension between fast upstream release cadence, lockfile-heavy JavaScript packaging, and distro expectations for reproducibility.
The Homebrew formula name cloudflare-wrangler also preserves a vendor-qualified package identity even though the executable is wrangler, which helps avoid namespace ambiguity with unrelated tools.
セキュリティ状態
infrastructure mutation or orchestration signal.
リスク orange · 信頼度 中 · infrastructure
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/Library/Preferences/.wrangler/config/default.toml~/.wrangler/config/default.toml~/.config/.wrangler/config/default.toml$XDG_CONFIG_HOME/.wrangler/config/default.tomlCredential-bearing paths to review before unattended agent runs.
~/Library/Preferences/.wrangler/config/default.toml~/.wrangler/config/default.toml~/.config/.wrangler/config/default.toml$XDG_CONFIG_HOME/.wrangler/config/default.toml実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
wrangler | cli | グローバル実行可能ファイル | |
wrangler2 | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://developers.cloudflare.com/workers/
インストールメタデータ
| パッケージキー | brew:cloudflare-wrangler |
|---|---|
| バージョン | 4.114.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/cloudflare-wrangler |
| ホームページ | https://developers.cloudflare.com/workers/ |
| リポジトリ | https://github.com/cloudflare/workers-sdk |
| 上流ドキュメント | https://developers.cloudflare.com/workers/wrangler |
| ライセンス | Apache-2.0 OR MIT |
| ソースアーカイブ | https://registry.npmjs.org/wrangler/-/wrangler-4.114.0.tgz |
| 最終更新 | 2026-07-24T20:41:25Z |
| Pulse | updated |
| 依存関係 | node |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | cloudflare-wrangler |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
wrangler
sudo port install wranglerwrangler
nix profile install nixpkgs#wranglerwrangler 4.82.2-1
The CLI for Cloudflare Workers
https://github.com/cloudflare/workers-sdk
sudo pacman -S wranglerソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.