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 4ec37a0 commit e2be738Copy full SHA for e2be738
src/content/docs/workers/wrangler/commands.mdx
@@ -2054,6 +2054,17 @@ wrangler queues list [OPTIONS]
2054
2055
<Render file="wrangler-commands/global-flags" product="workers" />
2056
2057
+### `info`
2058
+
2059
+Get information on individual queues.
2060
2061
+```txt
2062
+wrangler queues info <name>
2063
+```
2064
2065
+- `name` <Type text="string" /> <MetaInfo text="required" />
2066
+ - The name of the queue to inspect.
2067
2068
### `consumer`
2069
2070
Manage queue consumer configurations.
0 commit comments