Prompt Buddy logoPrompt Buddy

cloudflare · Cloudflare Workers Docs

Workers Secrets Store

Provides the specific Wrangler CLI commands and flags required to manage account secrets, including creating, updating, duplicating, retrieving, deleting, and listing secrets within a Secrets Store.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Workers Secrets Store

Provides the specific Wrangler CLI commands and flags required to manage account secrets, including creating, updating, duplicating, retrieving, deleting, and listing secrets within a Secrets Store.

When To Use

Use when you need to programmatically create, update, or manage sensitive environment variables and account secrets within a Cloudflare Secrets Store using the Wrangler CLI.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-wrangler-commands-secrets-store-workflow-guide.mdDocumentation detailing Wrangler CLI commands for managing secrets in the Cloudflare Workers Secrets Store.Questions about documentation detailing Wrangler CLI commands for managing secrets in the Cloudflare Workers Secrets Store.
examples/workers-wrangler-commands-secrets-store-cloudflare-workers-wrangler-secr.textA command line example demonstrating how to use the wrangler secrets-store command to create a new secret in a specific store.Exact payloads, commands, or snippets shown in A command line example demonstrating how to use the wrangler secrets-store command to create a new secret in a specif...
examples/workers-wrangler-commands-secrets-store-cloudflare-workers-wrangler-secr-2.textA command line example demonstrating how to use the wrangler secrets-store secret create command to add a secret to a specific store.Exact payloads, commands, or snippets shown in A command line example demonstrating how to use the wrangler secrets-store secret create command to add a secret to a...
examples/workers-wrangler-commands-secrets-store-cloudflare-workers-wrangler-secr-3.textA command line example demonstrating how to use the wrangler secrets-store command to create a new secret in a specific store.Exact payloads, commands, or snippets shown in A command line example demonstrating how to use the wrangler secrets-store command to create a new secret in a specif...
examples/workers-wrangler-commands-secrets-store-cloudflare-workers-wrangler-secr-4.textA command line example demonstrating how to use the wrangler secrets-store command to create a new secret for a specific worker account.Exact payloads, commands, or snippets shown in A command line example demonstrating how to use the wrangler secrets-store command to create a new secret for a speci...
examples/workers-wrangler-commands-secrets-store-cloudflare-workers-wrangler-secr-5.textA text representation of the interactive CLI session for creating and managing secrets using the Wrangler command-line tool.Exact payloads, commands, or snippets shown in A text representation of the interactive CLI session for creating and managing secrets using the Wrangler command-lin...
examples/workers-wrangler-commands-secrets-store-cloudflare-workers-wrangler-secr-6.textA text example demonstrating the command syntax for updating a secret within the Cloudflare Workers Secrets Store using Wrangler.Exact payloads, commands, or snippets shown in A text example demonstrating the command syntax for updating a secret within the Cloudflare Workers Secrets Store usi...
examples/workers-wrangler-commands-secrets-store-cloudflare-workers-wrangler-secr-7.textA command line example demonstrating how to update a secret within a specific Workers Secrets Store using the Wrangler CLI.Exact payloads, commands, or snippets shown in A command line example demonstrating how to update a secret within a specific Workers Secrets Store using the Wrangle...
examples/workers-wrangler-commands-secrets-store-cloudflare-workers-wrangler-secr-8.textA command line example demonstrating how to update a secret within a specific Workers Secrets Store using the Wrangler CLI.Exact payloads, commands, or snippets shown in A command line example demonstrating how to update a secret within a specific Workers Secrets Store using the Wrangle...
examples/workers-wrangler-commands-secrets-store-cloudflare-workers-wrangler-secr-9.textA command line example demonstrating how to use the wrangler secrets-store duplicate command to copy a secret within a Cloudflare Workers store.Exact payloads, commands, or snippets shown in A command line example demonstrating how to use the wrangler secrets-store duplicate command to copy a secret within...
examples/workers-wrangler-commands-secrets-store-cloudflare-workers-wrangler-secr-10.textA command line example demonstrating how to use the wrangler secrets-store secret duplicate command to copy a secret within a Cloudflare Workers Secrets Store.Exact payloads, commands, or snippets shown in A command line example demonstrating how to use the wrangler secrets-store secret duplicate command to copy a secret...
examples/workers-wrangler-commands-secrets-store-cloudflare-workers-wrangler-secr-11.textA command line example demonstrating how to use the wrangler secrets-store duplicate command to copy a secret within a Cloudflare Workers Secrets Store.Exact payloads, commands, or snippets shown in A command line example demonstrating how to use the wrangler secrets-store duplicate command to copy a secret within...
examples/workers-wrangler-commands-secrets-store-cloudflare-workers-wrangler-secr-12.textAn example of the wrangler command used to retrieve a secret from the Workers Secrets Store.Exact payloads, commands, or snippets shown in An example of the wrangler command used to retrieve a secret from the Workers Secrets Store.
examples/workers-wrangler-commands-secrets-store-cloudflare-workers-wrangler-secr-13.textA command line example demonstrating how to use the wrangler secrets-store secret get command to retrieve a secret from a specific store ID.Exact payloads, commands, or snippets shown in A command line example demonstrating how to use the wrangler secrets-store secret get command to retrieve a secret fr...
examples/workers-wrangler-commands-secrets-store-cloudflare-workers-wrangler-secr-14.textA command line example demonstrating how to use the wrangler secrets-store secret get command to retrieve a secret from a specific store ID.Exact payloads, commands, or snippets shown in A command line example demonstrating how to use the wrangler secrets-store secret get command to retrieve a secret fr...
examples/workers-wrangler-commands-secrets-store-cloudflare-workers-wrangler-secr-15.textA CLI command example using wrangler to retrieve a specific secret from the Cloudflare Workers Secrets Store using a secret ID and remote flag.Exact payloads, commands, or snippets shown in A CLI command example using wrangler to retrieve a specific secret from the Cloudflare Workers Secrets Store using a...
examples/workers-wrangler-commands-secrets-store-cloudflare-workers-wrangler-secr-16.textA text output showing the result of a Wrangler command listing secrets within a Cloudflare Workers account.Exact payloads, commands, or snippets shown in A text output showing the result of a Wrangler command listing secrets within a Cloudflare Workers account.
examples/workers-wrangler-commands-secrets-store-cloudflare-workers-wrangler-secr-17.textA command line example demonstrating how to use the wrangler secrets-store command to delete a secret from a specific store.Exact payloads, commands, or snippets shown in A command line example demonstrating how to use the wrangler secrets-store command to delete a secret from a specific...
examples/workers-wrangler-commands-secrets-store-cloudflare-workers-wrangler-secr-18.textA command line example demonstrating how to use the wrangler secrets-store command to delete a secret from a specific store.Exact payloads, commands, or snippets shown in A command line example demonstrating how to use the wrangler secrets-store command to delete a secret from a specific...
examples/workers-wrangler-commands-secrets-store-cloudflare-workers-wrangler-secr-19.textA command line example demonstrating how to use the wrangler secrets-store command to delete a secret from a specific store.Exact payloads, commands, or snippets shown in A command line example demonstrating how to use the wrangler secrets-store command to delete a secret from a specific...
examples/workers-wrangler-commands-secrets-store-cloudflare-workers-wrangler-secr-20.textA command line example demonstrating how to list secrets within a specific Cloudflare Workers Secrets Store using the wrangler CLI.Exact payloads, commands, or snippets shown in A command line example demonstrating how to list secrets within a specific Cloudflare Workers Secrets Store using the...
examples/workers-wrangler-commands-secrets-store-cloudflare-workers-wrangler-secr-21.textA command line example demonstrating how to list secrets from a specific store using the Wrangler CLI.Exact payloads, commands, or snippets shown in A command line example demonstrating how to list secrets from a specific store using the Wrangler CLI.
examples/workers-wrangler-commands-secrets-store-cloudflare-workers-wrangler-secr-22.textA text example demonstrating the wrangler command syntax to list secrets from a specific Cloudflare Workers Secrets Store.Exact payloads, commands, or snippets shown in A text example demonstrating the wrangler command syntax to list secrets from a specific Cloudflare Workers Secrets S...
examples/workers-wrangler-commands-secrets-store-cloudflare-workers-wrangler-secr-23.textA text example demonstrating the syntax for the wrangler secrets-store store create command.Exact payloads, commands, or snippets shown in A text example demonstrating the syntax for the wrangler secrets-store store create command.
examples/workers-wrangler-commands-secrets-store-cloudflare-workers-wrangler-secr-24.textA command line example demonstrating how to use the wrangler secrets-store store create command to add a secret to a Cloudflare Worker.Exact payloads, commands, or snippets shown in A command line example demonstrating how to use the wrangler secrets-store store create command to add a secret to a...
examples/workers-wrangler-commands-secrets-store-cloudflare-workers-wrangler-secr-25.textA command line example demonstrating how to use the wrangler secrets-store store create command to add a secret to a Cloudflare Worker.Exact payloads, commands, or snippets shown in A command line example demonstrating how to use the wrangler secrets-store store create command to add a secret to a...
examples/workers-wrangler-commands-secrets-store-cloudflare-workers-wrangler-secr-26.textA command line instruction for creating a new secret in the Cloudflare Workers secrets store using Wrangler.Exact payloads, commands, or snippets shown in A command line instruction for creating a new secret in the Cloudflare Workers secrets store using Wrangler.
examples/workers-wrangler-commands-secrets-store-cloudflare-workers-wrangler-secr-27.textTerminal output demonstrating the successful creation of a new Workers Secrets Store using the Wrangler CLI.Exact payloads, commands, or snippets shown in Terminal output demonstrating the successful creation of a new Workers Secrets Store using the Wrangler CLI.
examples/workers-wrangler-commands-secrets-store-cloudflare-workers-wrangler-secr-28.textA command line example demonstrating how to delete a specific secret store using the Wrangler CLI.Exact payloads, commands, or snippets shown in A command line example demonstrating how to delete a specific secret store using the Wrangler CLI.
examples/workers-wrangler-commands-secrets-store-cloudflare-workers-wrangler-secr-29.textA command line example demonstrating how to use the wrangler secrets-store store delete command to remove a secret store by its ID.Exact payloads, commands, or snippets shown in A command line example demonstrating how to use the wrangler secrets-store store delete command to remove a secret st...
examples/workers-wrangler-commands-secrets-store-cloudflare-workers-wrangler-secr-30.textA text example demonstrating the wrangler command syntax for deleting a secret from the Workers Secrets Store.Exact payloads, commands, or snippets shown in A text example demonstrating the wrangler command syntax for deleting a secret from the Workers Secrets Store.
examples/workers-wrangler-commands-secrets-store-cloudflare-workers-wrangler-secr-31.textA command line example using wrangler to delete a specific secret from the Cloudflare Workers secrets store remotely.Exact payloads, commands, or snippets shown in A command line example using wrangler to delete a specific secret from the Cloudflare Workers secrets store remotely.
examples/workers-wrangler-commands-secrets-store-cloudflare-workers-wrangler-secr-32.textTerminal output demonstrating the successful deletion of a Workers Secrets Store using the Wrangler CLI.Exact payloads, commands, or snippets shown in Terminal output demonstrating the successful deletion of a Workers Secrets Store using the Wrangler CLI.
examples/workers-wrangler-commands-secrets-store-cloudflare-workers-wrangler-secr-33.textA text representation of the command used to list all secrets stored in a Cloudflare Workers environment using Wrangler.Exact payloads, commands, or snippets shown in A text representation of the command used to list all secrets stored in a Cloudflare Workers environment using Wrangler.
examples/workers-wrangler-commands-secrets-store-cloudflare-workers-wrangler-secr-34.textA command line example demonstrating how to list all secrets stored in a Cloudflare Workers environment using the wrangler secrets-store command.Exact payloads, commands, or snippets shown in A command line example demonstrating how to list all secrets stored in a Cloudflare Workers environment using the wra...
examples/workers-wrangler-commands-secrets-store-cloudflare-workers-wrangler-secr-35.textA text representation of the command used to list all secrets stored in a Cloudflare Workers environment using Wrangler.Exact payloads, commands, or snippets shown in A text representation of the command used to list all secrets stored in a Cloudflare Workers environment using Wrangler.
examples/workers-wrangler-commands-secrets-store-cloudflare-workers-wrangler-secr-36.textA command line instruction to list all secrets stored in a remote Cloudflare Workers environment using Wrangler.Exact payloads, commands, or snippets shown in A command line instruction to list all secrets stored in a remote Cloudflare Workers environment using Wrangler.
examples/workers-wrangler-commands-secrets-store-cloudflare-workers-wrangler-secr-37.textA text representation of the command output showing a list of available Workers Secrets Stores including name, ID, and account ID.Exact payloads, commands, or snippets shown in A text representation of the command output showing a list of available Workers Secrets Stores including name, ID, an...

What This Skill Covers

  • Interact with Secret Store using Wrangler.
  • Main sections: secrets-store secret, secrets-store secret create, secrets-store secret update, secrets-store secret duplicate, secrets-store secret get.

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/secrets-store