Wrangler command reference
Every wrangler command — what it does and how to invoke it. Generated from the command manifest and the typed intent schema.
Generated from wrangler/manifests/wrangler.main.manifest.json and the typed intent schema. Do not edit by hand — run bun scripts/generate-docs-reference.ts build.
Every command Wrangler exposes, with how to invoke it and what it does. Commands that dispatch a typed intent carry a description from the intent’s own definition; the rest list their invocation surface.
Commands
Wrangler Help
wrangler.app.help · shortcut F1
Add Destination…
wrangler.dest.add
Add a path-committed destination. role is “primary” (copies from source) or “cascade” (copies from the destination at upstream_index).
Arguments: path, role, transfer_id, upstream_index
Add Empty Destination
wrangler.dest.create
Add a path-committed destination. role is “primary” (copies from source) or “cascade” (copies from the destination at upstream_index).
Arguments: path, role, transfer_id, upstream_index
Select Source…
wrangler.source.add · shortcut Cmd+O
Cancel Job…
wrangler.transfer.cancel
New Job
wrangler.transfer.create · shortcut Cmd+N
Create a transfer. project_id chooses the owning project (its cascade is expanded into the transfer); None/adhoc creates an empty one-off.
Arguments: project_id
Pause Job
wrangler.transfer.pause · shortcut Cmd+Period
Resume Job
wrangler.transfer.resume · shortcut Cmd+R
Start Job
wrangler.transfer.start · shortcut Cmd+R
Stop Job
wrangler.transfer.stop
Show or Hide Disks
wrangler.view.toggleBottomDock · shortcut Cmd+Shift+D
Show or Hide Inspector
wrangler.view.toggleInspector · shortcut Cmd+Shift+I
Show or Hide Jobs
wrangler.view.toggleSidebar · shortcut Cmd+Shift+L