Skip to content

Commit e2be738

Browse files
authored
feat: add queues info command doc (#18310)
1 parent 4ec37a0 commit e2be738

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
@@ -2054,6 +2054,17 @@ wrangler queues list [OPTIONS]
20542054

20552055
<Render file="wrangler-commands/global-flags" product="workers" />
20562056

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+
20572068
### `consumer`
20582069

20592070
Manage queue consumer configurations.

0 commit comments

Comments
 (0)