Skip to content

Commit 3f3d406

Browse files
Add note about --remote and default local dev mode
1 parent b4771d5 commit 3f3d406

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,11 @@ Finished processing secrets JSON file:
730730

731731
## `secrets-store secret`
732732

733-
With the release of [Secrets Store](/secrets-store/) in open beta, you can use the following commands to manage your account secrets:
733+
With the release of [Secrets Store](/secrets-store/) in open beta, you can use the following commands to manage your account secrets.
734+
735+
:::note[`--remote` option]
736+
In order to interact with Secrets Store in production, you should append `--remote` to your command. Without it, your command will default to [local development mode](/workers/local-development/).
737+
:::
734738

735739
### `create`
736740

0 commit comments

Comments
 (0)