CLI
Wrangler
The official command-line interface for the Cloudflare Developer Platform, used to build, test, configure, and deploy Workers and related services.
- Type
- CLI
- Updated
- 2026-08-26
Install
via Positronick CLI
$positronick cli install wrangler --run
Official
$npm i -D wrangler@latest
The CLI for the Cloudflare Developer Platform that manages the full lifecycle of Worker projects from a single config file. Use it to build, run a local dev server, and deploy Workers, define multiple environments for the same application, and control bundling with default or custom builds. It also exposes a programmatic API for local Workers workflows, plus migration references for navigating version differences.