Cloudflare DevelopersCD
Cloudflare Developers8mo ago
4 replies
Ricky U

Secrets Store in local dev mode? How to

Secrets Store in local dev mode? How to expose them to wrangler dev (without passing them in using a flag) ?

npx wrangler dev --remote ~ this uses remote code and remote store
npx wrangler dev -- this uses local code but errors becuase it cant find local secrets store (even with wrangler.toml bindings)
npx wrangler dev secrets-store secret-- do i need to pass in the secrets here manually?
Was this page helpful?