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 b7a7329 commit eb9f567Copy full SHA for eb9f567
src/content/docs/workers/wrangler/commands.mdx
@@ -1910,6 +1910,17 @@ List all queues in the current account.
1910
wrangler queues list [OPTIONS]
1911
```
1912
1913
+### `info`
1914
+
1915
+Get information on individual queues.
1916
1917
+```txt
1918
+wrangler queues info <name>
1919
+```
1920
1921
+- `name` <Type text="string" /> <MetaInfo text="required" />
1922
+ - The name of the queue to inspect.
1923
1924
### `consumer`
1925
1926
Manage queue consumer configurations.
0 commit comments