You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/secrets-store/integrations/workers.mdx
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ If [using the Dashboard](#via-dashboard), make sure you already have a Workers a
22
22
23
23
You should also have a store created under the Secrets Store tab on the Dashboard. The default store in your account is automatically created when a user with [Super Administrator or Secrets Store Admin role](/secrets-store/access-control/) interacts with it.
24
24
25
+
You can also use the [Wrangler command](/workers/wrangler/commands/#secrets-store-store)`secrets-store store create <name>` to create your default store.
26
+
25
27
## 1. Set up account secrets in Secrets Store
26
28
27
29
If there are no account secrets yet, follow the steps below. You must have a [Super Administrator or a Secrets Store Admin role](/secrets-store/access-control/) within your Cloudflare account.
You can find and copy the store ID from the [Secrets Store tab](https://dash.cloudflare.com/?to=/:account/secrets-store/) on the dashboard. Also, make sure your secret `name` does not contain spaces.
62
+
You can find and copy the store ID from the [Secrets Store tab](https://dash.cloudflare.com/?to=/:account/secrets-store/) on the dashboard or use the [Wrangler command](/workers/wrangler/commands/#secrets-store-store). Also, make sure your secret `name` does not contain spaces.
61
63
62
64
Refer to [Secrets Store API](/api/resources/secrets_store/) for the full API documentation.
- The secret store public ID. You can find it and copy from the [Secrets Store tab](https://dash.cloudflare.com/?to=/:account/secrets-store/) on the dashboard.
775
+
776
+
The following is an example of using the `delete` command to delete a store.
777
+
778
+
```sh
779
+
npx wrangler secrets-store store delete d2dafaeac9434de2b6d08b292ce08211
0 commit comments