What problem does it solve?
This Skill provides comprehensive guidance and commands for using the Cloudflare Wrangler CLI, enabling efficient development, deployment, and management of Cloudflare Workers applications and their associated services.
Core Features & Use Cases
- Command Reference: Detailed explanations and examples for all Wrangler subcommands (deploy, dev, tail, kv, r2, d1, etc.).
- Configuration Guidance: Best practices and examples for
wrangler.jsonc and environment variables.
- Service Management: Instructions for managing KV, R2, D1, Vectorize, Hyperdrive, AI, Queues, Containers, Workflows, Pipelines, and Secrets Store.
- Use Case: You need to deploy a new Cloudflare Worker with D1 database bindings and KV namespaces. This Skill will guide you through setting up the
wrangler.jsonc file, running wrangler deploy, and managing your D1 migrations.
Quick Start
Use the wrangler skill to deploy the current worker to production.