Skip to content

Commit f20c251

Browse files
Improve context and cross-linking
1 parent cc2f9f1 commit f20c251

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/content/docs/secrets-store/manage-secrets/how-to.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You must have a [Super Administrator or Secrets Store Admin role](/secrets-store
1313

1414
## Manage via Wrangler
1515

16-
For Wrangler commands, refer to [Cloudflare Workers](/workers/wrangler/commands/#secrets-store-secret) documentation.
16+
[Wrangler](/workers/wrangler/) is a command-line interface (CLI) that allows you to manage [Cloudflare Workers](/workers/) projects. Refer to [Wrangler commands](/workers/wrangler/commands/#secrets-store-secret) for guidance on how to use it with Secrets Store.
1717

1818
## Create a secret
1919

src/content/docs/workers/wrangler/commands.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -669,10 +669,10 @@ wrangler secrets-store secret list <STORE_ID>
669669

670670
## `secrets-store store`
671671

672-
You can use the following commands to manage your store.
672+
Use the following commands to manage your store.
673673

674674
:::note[Store limitation]
675-
Each account only supports one store in beta.
675+
[Secrets Store](/secrets-store/) is in open beta. Currently, you can only have one store per Cloudflare account.
676676
:::
677677

678678
### `create`

0 commit comments

Comments
 (0)