wrangler
officialscriptablepopularcautioncloudnpm
Cloudflare · Workers, queues, and kv and r2 from the terminal.
$ npm i -g wranglerOne-liner to try
$ wrangler loginAgent pack
Copy into an agent
A markdown-ready setup brief with install, verify, safe starting commands, and guardrails for AI agents.
Readiness
Great for agents · 75/100
Verify
wrangler whoami
Agent URL
/cli/wrangler/agent.md
Quick reference
Install
npm i -g wranglerVerify
wrangler whoamiFirst command
wrangler login && wrangler init hello-workersAbout
The official CLI from Cloudflare. Workers, queues, and kv and r2 from the terminal. Start with `wrangler login` and go from there. Supports structured output — good for scripts and agents.
Example workflow
1. wrangler login2. wrangler dev3. wrangler deploy