Cloudflare DevelopersCD
Cloudflare Developers8mo ago
3 replies
FrozenFire

Local development secret store

I have a worker definition which uses secrets store. I am trying to test my worker locally, so I figure I should be able to create a secret store locally which I can update the binding to use.

However,
wrangler secret store create
says
Local secrets stores are automatically created for you on use. To create a Secrets Store on your account, use the --remote flag.
, and
wrangler secret store list
says
This command is not supported in local mode.


What is the ID of the local secrets store automatically created?
Was this page helpful?