wrangler

officialscriptablepopularcautioncloudnpm

Cloudflare · Workers, queues, and kv and r2 from the terminal.

$ npm i -g wrangler
One-liner to try
$ wrangler login

Agent pack

Copy into an agent

A markdown-ready setup brief with install, verify, safe starting commands, and guardrails for AI agents.

Open .md
Readiness
Great for agents · 75/100
Verify
wrangler whoami
Agent URL
/cli/wrangler/agent.md

Quick reference

Installnpm i -g wrangler
Verifywrangler whoami
First commandwrangler login && wrangler init hello-workers

About

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 login
2. wrangler dev
3. wrangler deploy

Alternatives worth considering