-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Description
This report analyzes changes in CLI Monitor: wrangler from 2025-03-04 to 2025-03-04.
Old version: 3.111.0
New version: 3.112.0
We found 1 commands that changed and have potential file changes.
Changes in wrangler queues
---
+++
@@ -3,12 +3,14 @@
🇶 Manage Workers Queues
COMMANDS
- wrangler queues list List Queues
- wrangler queues create <name> Create a Queue
- wrangler queues update <name> Update a Queue
- wrangler queues delete <name> Delete a Queue
- wrangler queues info <name> Get Queue information
- wrangler queues consumer Configure Queue consumers
+ wrangler queues list List Queues
+ wrangler queues create <name> Create a Queue
+ wrangler queues update <name> Update a Queue
+ wrangler queues delete <name> Delete a Queue
+ wrangler queues info <name> Get Queue information
+ wrangler queues consumer Configure Queue consumers
+ wrangler queues pause-delivery <name> Pause message delivery for a Queue
+ wrangler queues resume-delivery <name> Resume message delivery for a Queue
GLOBAL FLAGS
-c, --config Path to Wrangler configuration file [string]Relevant files:
src/content/docs/queues/configuration/configure-queues.mdx
- src/content/docs/queues/configuration/configure-queues.mdx(L29-L34)
Add a new subsection to introduce and explain thepause-deliveryandresume-deliverycommands under "Queue configuration".
src/content/docs/workers/wrangler/configuration.mdx
- src/content/docs/workers/wrangler/configuration.mdx(L718-L747)
Consider adding a note or subsection explaining thepause-deliveryandresume-deliverycommands, their usage, and implications, as this section is related to queue management.
This issue is part of a series of Hyperlint Automations to ease the burden of maintaining documentation.
We'll be introducing this automation, and others, over the coming months. These automations will always open pull requests(or issues) prior to making changes.
If this is not the change you want, please close this issue and let us know what you'd like to see.
This feature may introduce erroneous changes (although we work hard to make sure that doesn't happen). Please review the changes before merging.
❌ Limitations:
At this time, Hyperlint can't respond to pull requests or issues.
📩 Need Help?
Please reach out to support with any requests, questions, or concerns.