-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Description
This report analyzes changes in CLI Monitor: wrangler from 2025-03-20 to 2025-03-21.
Old version: 4.2.0
New version: 4.3.0
We found 1 commands that changed and have potential file changes.
Changes in wrangler queues
---
+++
@@ -11,6 +11,7 @@
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
+ wrangler queues purge <name> Purge messages from a Queue
GLOBAL FLAGS
-c, --config Path to Wrangler configuration file [string]Relevant files:
src/content/docs/queues/configuration/pull-consumers.mdx
- src/content/docs/queues/configuration/pull-consumers.mdx(L62-L80)
Add a new subsection detailing thewrangler queues purge <name>command. Include its purpose, usage, and any examples or warnings about purging messages from a queue.
src/content/docs/workers/wrangler/configuration.mdx
- src/content/docs/workers/wrangler/configuration.mdx(L706-L785)
The section on Queues should be updated to include the new sub-commandwrangler queues purge <name>. This section currently describes how to bind queues to Workers but does not mention purging messages from a queue. Add a new subsection under Queues to describe thewrangler queues purge <name>command, its purpose, usage, and any examples or warnings.
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.