cloudflare · Cloudflare Workers Docs
Workers KV
CLI commands for managing Cloudflare Workers KV namespaces and key-value pairs using Wrangler, including creation, deletion, renaming, and key manipulation.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Workers KV
CLI commands for managing Cloudflare Workers KV namespaces and key-value pairs using Wrangler, including creation, deletion, renaming, and key manipulation.
When To Use
Use when you need to create, list, delete, or modify KV namespaces and manage individual keys through the Wrangler command line interface.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-wrangler-commands-kv-workflow-guide.md | A guide detailing Wrangler CLI commands for managing Cloudflare Workers KV namespaces, including create, list, and delete operations. | Questions about a guide detailing Wrangler CLI commands for managing Cloudflare Workers KV namespaces, including create, list, and de... |
examples/workers-wrangler-commands-kv-cloudflare-workers-wrangler-kv-namespace-cr.text | A command line example demonstrating how to use the Wrangler CLI to create a new Cloudflare Workers KV namespace. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to use the Wrangler CLI to create a new Cloudflare Workers KV namespace. |
examples/workers-wrangler-commands-kv-cloudflare-workers-wrangler-kv-namespace-cr-2.text | A command-line example demonstrating how to create a new Workers KV namespace using the Wrangler CLI. | Exact payloads, commands, or snippets shown in A command-line example demonstrating how to create a new Workers KV namespace using the Wrangler CLI. |
examples/workers-wrangler-commands-kv-cloudflare-workers-wrangler-kv-namespace-cr-3.text | A text example demonstrating the wrangler command syntax for creating a new Workers KV namespace. | Exact payloads, commands, or snippets shown in A text example demonstrating the wrangler command syntax for creating a new Workers KV namespace. |
examples/workers-wrangler-commands-kv-cloudflare-workers-wrangler-kv-namespace-li.text | A command-line example using Wrangler to list all Cloudflare Workers KV namespaces. | Exact payloads, commands, or snippets shown in A command-line example using Wrangler to list all Cloudflare Workers KV namespaces. |
examples/workers-wrangler-commands-kv-cloudflare-wrangler-kv-namespace-list-comma.text | A command line example using pnpm wrangler to list all Cloudflare Workers KV namespaces. | Exact payloads, commands, or snippets shown in A command line example using pnpm wrangler to list all Cloudflare Workers KV namespaces. |
examples/workers-wrangler-commands-kv-cloudflare-workers-wrangler-kv-namespace-li-2.text | A command line example demonstrating how to list all Cloudflare Workers KV namespaces using the Wrangler CLI. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to list all Cloudflare Workers KV namespaces using the Wrangler CLI. |
examples/workers-wrangler-commands-kv-cloudflare-workers-wrangler-kv-namespace-de.text | A text example demonstrating the wrangler command syntax for deleting a Cloudflare Workers KV namespace. | Exact payloads, commands, or snippets shown in A text example demonstrating the wrangler command syntax for deleting a Cloudflare Workers KV namespace. |
examples/workers-wrangler-commands-kv-cloudflare-workers-wrangler-kv-namespace-de-2.text | A command-line example demonstrating how to delete a Cloudflare Workers KV namespace using the Wrangler CLI. | Exact payloads, commands, or snippets shown in A command-line example demonstrating how to delete a Cloudflare Workers KV namespace using the Wrangler CLI. |
examples/workers-wrangler-commands-kv-cloudflare-workers-wrangler-kv-namespace-de-3.text | A text example demonstrating the wrangler command syntax for deleting a Cloudflare Workers KV namespace. | Exact payloads, commands, or snippets shown in A text example demonstrating the wrangler command syntax for deleting a Cloudflare Workers KV namespace. |
examples/workers-wrangler-commands-kv-cloudflare-workers-wrangler-kv-namespace-re.text | A text example demonstrating the wrangler command syntax for renaming a Cloudflare Workers KV namespace. | Exact payloads, commands, or snippets shown in A text example demonstrating the wrangler command syntax for renaming a Cloudflare Workers KV namespace. |
examples/workers-wrangler-commands-kv-cloudflare-workers-wrangler-kv-namespace-re-2.text | A command-line example demonstrating how to rename a Cloudflare Workers KV namespace using the Wrangler CLI. | Exact payloads, commands, or snippets shown in A command-line example demonstrating how to rename a Cloudflare Workers KV namespace using the Wrangler CLI. |
examples/workers-wrangler-commands-kv-cloudflare-workers-wrangler-kv-namespace-re-3.text | A command-line example demonstrating how to rename a Cloudflare Workers KV namespace using the Wrangler CLI. | Exact payloads, commands, or snippets shown in A command-line example demonstrating how to rename a Cloudflare Workers KV namespace using the Wrangler CLI. |
examples/workers-wrangler-commands-kv-cloudflare-workers-wrangler-kv-key-put-comm.text | A command line example demonstrating how to use the Wrangler CLI to put a key-value pair into a Cloudflare Workers KV namespace. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to use the Wrangler CLI to put a key-value pair into a Cloudflare Workers KV... |
examples/workers-wrangler-commands-kv-cloudflare-workers-wrangler-kv-key-put-comm-2.text | A command line example demonstrating how to use the Wrangler CLI to put a key-value pair into a Cloudflare Workers KV namespace. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to use the Wrangler CLI to put a key-value pair into a Cloudflare Workers KV... |
examples/workers-wrangler-commands-kv-cloudflare-workers-wrangler-kv-key-put-comm-3.text | A command line example demonstrating how to use the Wrangler CLI to put a key-value pair into a Cloudflare Workers KV namespace. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to use the Wrangler CLI to put a key-value pair into a Cloudflare Workers KV... |
examples/workers-wrangler-commands-kv-cloudflare-workers-wrangler-kv-key-list-com.text | A command line example demonstrating how to list all keys within a Cloudflare Workers KV namespace using Wrangler. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to list all keys within a Cloudflare Workers KV namespace using Wrangler. |
examples/workers-wrangler-commands-kv-cloudflare-workers-wrangler-kv-key-list-com-2.text | A command-line example using pnpm wrangler to list all keys within a Cloudflare Workers KV namespace. | Exact payloads, commands, or snippets shown in A command-line example using pnpm wrangler to list all keys within a Cloudflare Workers KV namespace. |
examples/workers-wrangler-commands-kv-cloudflare-workers-wrangler-kv-key-list-com-3.text | A command line example demonstrating how to list all keys within a Cloudflare Workers KV namespace using the Wrangler CLI. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to list all keys within a Cloudflare Workers KV namespace using the Wrangler... |
examples/workers-wrangler-commands-kv-cloudflare-workers-wrangler-kv-key-get-comm.text | A command line example demonstrating how to retrieve a value from a Cloudflare Workers KV namespace using the Wrangler CLI. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to retrieve a value from a Cloudflare Workers KV namespace using the Wrangle... |
examples/workers-wrangler-commands-kv-cloudflare-workers-wrangler-kv-key-get-comm-2.text | A command line example demonstrating how to retrieve a value from a Cloudflare Workers KV namespace using the Wrangler CLI. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to retrieve a value from a Cloudflare Workers KV namespace using the Wrangle... |
examples/workers-wrangler-commands-kv-cloudflare-workers-wrangler-kv-key-get-comm-3.text | A command line example demonstrating how to retrieve a value from a Cloudflare Workers KV namespace using the Wrangler CLI. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to retrieve a value from a Cloudflare Workers KV namespace using the Wrangle... |
examples/workers-wrangler-commands-kv-cloudflare-workers-wrangler-kv-key-delete-c.text | A text example demonstrating the wrangler command syntax for deleting a specific key from a Cloudflare Workers KV namespace. | Exact payloads, commands, or snippets shown in A text example demonstrating the wrangler command syntax for deleting a specific key from a Cloudflare Workers KV nam... |
examples/workers-wrangler-commands-kv-cloudflare-workers-wrangler-kv-key-delete-c-2.text | A text example demonstrating the wrangler command syntax for deleting a specific key from a Cloudflare Workers KV namespace. | Exact payloads, commands, or snippets shown in A text example demonstrating the wrangler command syntax for deleting a specific key from a Cloudflare Workers KV nam... |
examples/workers-wrangler-commands-kv-cloudflare-workers-wrangler-kv-key-delete-c-3.text | A command-line example demonstrating how to use the Wrangler CLI to delete a specific key from a Cloudflare Workers KV namespace. | Exact payloads, commands, or snippets shown in A command-line example demonstrating how to use the Wrangler CLI to delete a specific key from a Cloudflare Workers K... |
examples/workers-wrangler-commands-kv-cloudflare-workers-wrangler-kv-bulk-get-com.text | An example of using the wrangler kv bulk get command to retrieve multiple key-value pairs from a Cloudflare Workers KV namespace. | Exact payloads, commands, or snippets shown in An example of using the wrangler kv bulk get command to retrieve multiple key-value pairs from a Cloudflare Workers K... |
examples/workers-wrangler-commands-kv-cloudflare-workers-wrangler-kv-bulk-get-com-2.text | An example of the wrangler command used to bulk get keys and values from a Cloudflare Workers KV namespace. | Exact payloads, commands, or snippets shown in An example of the wrangler command used to bulk get keys and values from a Cloudflare Workers KV namespace. |
examples/workers-wrangler-commands-kv-cloudflare-workers-wrangler-kv-bulk-get-com-3.text | An example of the wrangler command used to bulk get keys and values from a Cloudflare Workers KV namespace. | Exact payloads, commands, or snippets shown in An example of the wrangler command used to bulk get keys and values from a Cloudflare Workers KV namespace. |
examples/workers-wrangler-commands-kv-cloudflare-workers-wrangler-kv-bulk-put-com.text | An example of using the wrangler kv bulk put command to upload multiple key-value pairs from a file. | Exact payloads, commands, or snippets shown in An example of using the wrangler kv bulk put command to upload multiple key-value pairs from a file. |
examples/workers-wrangler-commands-kv-cloudflare-workers-wrangler-kv-bulk-put-com-2.text | An example demonstrating the usage of the wrangler kv bulk put command for uploading multiple key-value pairs. | Exact payloads, commands, or snippets shown in An example demonstrating the usage of the wrangler kv bulk put command for uploading multiple key-value pairs. |
examples/workers-wrangler-commands-kv-cloudflare-workers-wrangler-kv-bulk-put-com-3.text | An example demonstrating the syntax for the wrangler kv bulk put command to upload multiple key-value pairs. | Exact payloads, commands, or snippets shown in An example demonstrating the syntax for the wrangler kv bulk put command to upload multiple key-value pairs. |
examples/workers-wrangler-commands-kv-cloudflare-workers-wrangler-kv-bulk-delete-.text | A text example demonstrating the usage of the npx wrangler kv bulk delete command. | Exact payloads, commands, or snippets shown in A text example demonstrating the usage of the npx wrangler kv bulk delete command. |
examples/workers-wrangler-commands-kv-cloudflare-workers-wrangler-kv-bulk-delete--2.text | A command line example demonstrating how to use the wrangler kv bulk delete operation to remove multiple keys from a Workers KV namespace. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to use the wrangler kv bulk delete operation to remove multiple keys from a... |
examples/workers-wrangler-commands-kv-cloudflare-workers-wrangler-kv-bulk-delete--3.text | A command line example demonstrating how to use the Wrangler CLI to perform a bulk deletion of keys in a Cloudflare Workers KV namespace. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to use the Wrangler CLI to perform a bulk deletion of keys in a Cloudflare W... |
What This Skill Covers
- Manage Workers KV using Wrangler.
- Main sections:
kv namespace,kv namespace create,kv namespace list,kv namespace delete,kv namespace rename.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://developers.cloudflare.com/workers/wrangler/commands/kv
