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.

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, or secret put commands.
  • 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)

CommandDescription
npx wrangler devStart local development server
npx wrangler deployDeploy to production
npx wrangler tailTail 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 typesGenerate TS types from config
npx wrangler loginAuthenticate CLI
npx wrangler whoamiCheck auth status

Local Development Workflow

  1. Start dev server: npx wrangler dev
  2. Generate types from config: npx wrangler types
  3. 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