wrangler

Manage Cloudflare Workers deployments and bindings from the command line.

29|1|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/bohdanbirdie/cloudstash --skill wrangler-bohdanbirdie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrangler
Source: https://github.com/bohdanbirdie/cloudstash/tree/main/.agents/skills/wrangler
Command: npx skills add https://github.com/bohdanbirdie/cloudstash --skill wrangler-bohdanbirdie

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Wrangler streamlines the deployment, development, and management of Cloudflare Workers and related resources from a single CLI.

Core Features & Use Cases

  • Manage Workers deployments and bindings (KV, D1, R2, and Workers AI) from the command line.
  • Accelerate local development and production deployments with environment configurations, secrets, migrations, and version control.
  • Automate daily DevOps workflows for serverless edge apps, previews, and rollbacks.

Quick Start

Install Wrangler, initialize a new project, configure a local environment, and start the dev server with wrangler dev.

Frequently Asked Questions about wrangler

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy Cloudflare Workers from the command line?

You can deploy Cloudflare Workers from the command line by using Wrangler to manage the full deployment lifecycle, configure bindings, and push your serverless edge app directly to production environments.

Can I manage Cloudflare KV, D1, and R2 bindings locally during development?

Yes, Wrangler manages Cloudflare KV, D1, and R2 bindings locally during development. It accelerates local dev environments by supporting configurations, secrets, and Workers AI bindings via the wrangler dev server.

What is the best way to configure multiple environments for Cloudflare Workers?

The best way to configure multiple environments for Cloudflare Workers is by using wrangler.jsonc. Wrangler enforces best practices by guiding environment configurations, migrations, and typing generation across different deployment stages.

Does Wrangler support version control and rollbacks for serverless edge apps?

Yes, Wrangler supports version control and rollbacks for serverless edge apps. It automates daily DevOps workflows by allowing you to manage versions, preview deployments, and execute rollbacks directly from the CLI.

How do I validate configurations before deploying to Cloudflare Workers?

You validate configurations before deploying to Cloudflare Workers by running wrangler check. This enforces best practices by verifying your wrangler.jsonc setup, ensuring environment configurations and bindings are correct prior to deployment.