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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ 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
25
+
You can also use the [Wrangler command](/workers/wrangler/commands/#secrets-store-store)`secrets-store store create <name>` to create your default store.
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.
63
63
64
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.
774
774
775
-
The following is an example of using the `create` command to create a store.
775
+
The following is an example of using the `delete` command to delete a store.
776
776
777
777
```sh
778
778
npx wrangler secrets-store store delete d2dafaeac9434de2b6d08b292ce08211
@@ -783,6 +783,29 @@ npx wrangler secrets-store store delete d2dafaeac9434de2b6d08b292ce08211
0 commit comments