We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1221ca commit e4cebe3Copy full SHA for e4cebe3
src/content/docs/workers/wrangler/commands.mdx
@@ -34,6 +34,7 @@ Wrangler offers a number of commands to manage your Cloudflare Workers.
34
- [`secret`](#secret) - Manage the secret variables for a Worker.
35
- [`secret bulk`](#secret-bulk) - Manage multiple secret variables for a Worker.
36
- [`secrets-store secret`](#secrets-store-secret) - Manage account secrets within a secrets store.
37
+- [`secrets-store store`](#secrets-store-store) - Manage your store within secrets store.
38
- [`workflows`](#workflows) - Manage and configure Workflows.
39
- [`tail`](#tail) - Start a session to livestream logs from a deployed Worker.
40
- [`pages`](#pages) - Configure Cloudflare Pages.
0 commit comments