Wrangler CLI
SkillDocs & knowledge(CLI OPERATIONS ONLY) Cloudflare Wrangler CLI dispatcher. Use ONLY when Cloudflare Workers or Pages is the explicitly named target platform for deployment, or when managing Cloudflare bindings using the wrangler CLI. Do NOT use for general Cloudflare product discovery (use cloudflare instead) or for writing/reviewing Worker code (use workers-best-practices instead). (Invoke explicitly — does not auto-trigger).
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Wrangler CLI skill
What this skill tells your AI
The instructions your AI receives, as published by neverinfamous/memory-journal-mcp in skills/wrangler/SKILL.md and read by ahel’s review.
This skill provides references for the Cloudflare Wrangler CLI. The CLI is extensive, so command references are split by product.
Security Gates (CRITICAL)
- Confirmation Required: You MUST ask for user confirmation before executing any
deploy,delete,drop, orsecret putcommands. - Never Log Secrets: Never print secret values to the terminal or save them in logs/artifacts.
References
Before executing a Wrangler command, read the corresponding reference file to ensure you have the correct syntax.
- Full CLI Commands Reference: Contains all commands for Workers, Pages, KV, R2, D1, Vectorize, Hyperdrive, Queues, Pipelines, Containers, Workflows, Observability, and Secrets.
Quick Reference (Top Commands)
| Command | Description |
|---|---|
npx wrangler dev | Start local development server |
npx wrangler deploy | Deploy to production |
npx wrangler tail | Tail production logs |
npx wrangler secret put <name> | Create/update a secret |
npx wrangler d1 execute <db> --local --file=... | Execute SQL locally |
npx wrangler kv:key put --binding=<name> <key> <value> | Put KV pair |
npx wrangler r2 object put <bucket>/<key> --file=... | Upload R2 object |
npx wrangler types | Generate TS types from config |
npx wrangler login | Authenticate CLI |
npx wrangler whoami | Check auth status |
Local Development Workflow
- Start dev server:
npx wrangler dev - Generate types from config:
npx wrangler types - Tail production logs:
npx wrangler tail
Signals
- GitHub stars
- 20
- Forks
- 5
- Last commit
- Jul 2026
- Hacker News mentions
- 11
Advanced
- Catalog kind
- skill
- Gateway key
wrangler-neverinfamous- Source
- github.com/neverinfamous/memory-journal-mcp