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.
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
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-wrangler-commands-secrets-store-workflow-guide.md | Documentation 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.text | A 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.text | A 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.text | A 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.text | A 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.text | A 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.text | A 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.text | A 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.text | A 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.text | A 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.text | A 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.text | A 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.text | An 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.text | A 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.text | A 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.text | A 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.text | A 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.text | A 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.text | A 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.text | A 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.text | A 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.text | A 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.text | A 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.text | A 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.text | A 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.text | A 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.text | A 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.text | Terminal 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.text | A 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.text | A 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.text | A 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.text | A 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.text | Terminal 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.text | A 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.text | A 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.text | A 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.text | A 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.text | A 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
- 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/secrets-store
