Prompt Buddy logoPrompt Buddy

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.

Import to Prompt Buddy

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

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-wrangler-commands-kv-workflow-guide.mdA 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.textA 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.textA 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.textA 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.textA 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.textA 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.textA 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.textA 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.textA 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.textA 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.textA 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.textA 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.textA 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.textA 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.textA 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.textA 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.textA 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.textA 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.textA 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.textA 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.textA 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.textA 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.textA 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.textA 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.textA 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.textAn 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.textAn 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.textAn 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.textAn 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.textAn 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.textAn 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-.textA 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.textA 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.textA 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

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. 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