INTEGRITY Cloudflare Docs

Workers for Platforms

Wrangler commands for managing Workers for Platforms dispatch namespace using Wrangler.

dispatch-namespace list

List all dispatch namespaces

npx wrangler dispatch-namespace list

Global flags

dispatch-namespace get

Get information about a dispatch namespace

npx wrangler dispatch-namespace get [NAME]

Global flags

dispatch-namespace create

Create a dispatch namespace

npx wrangler dispatch-namespace create [NAME]

Global flags

dispatch-namespace delete

Delete a dispatch namespace

npx wrangler dispatch-namespace delete [NAME]

Global flags

dispatch-namespace rename

Rename a dispatch namespace

npx wrangler dispatch-namespace rename [OLDNAME] [NEWNAME]

Global flags