Skip to content

Commit eb9f567

Browse files
committed
feat: add queues info command doc
1 parent b7a7329 commit eb9f567

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1910,6 +1910,17 @@ List all queues in the current account.
19101910
wrangler queues list [OPTIONS]
19111911
```
19121912

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+
19131924
### `consumer`
19141925

19151926
Manage queue consumer configurations.

0 commit comments

Comments
 (0)