From eb9f567a7cbf692cff95c780fa07d6b02abfe9d4 Mon Sep 17 00:00:00 2001 From: "tmantell@coudflare.com" Date: Wed, 20 Nov 2024 15:50:03 -0600 Subject: [PATCH] feat: add queues info command doc --- src/content/docs/workers/wrangler/commands.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/content/docs/workers/wrangler/commands.mdx b/src/content/docs/workers/wrangler/commands.mdx index 9f34d3a860e2af2..555b272e03f8201 100644 --- a/src/content/docs/workers/wrangler/commands.mdx +++ b/src/content/docs/workers/wrangler/commands.mdx @@ -1910,6 +1910,17 @@ List all queues in the current account. wrangler queues list [OPTIONS] ``` +### `info` + +Get information on individual queues. + +```txt +wrangler queues info +``` + +- `name` + - The name of the queue to inspect. + ### `consumer` Manage queue consumer configurations.