docs: fix the preview delete invocation - #685
Conversation
`wrangler preview delete <name>` prints help; the working form (verified on wrangler 4.110) passes the name as a flag: `wrangler preview delete --name <name> -y`.
|
|
Important Review skippedAuto reviews are limited based on label configuration. 🏷️ Required labels (at least one) (2)
🚫 Excluded labels (none allowed) (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Follow-up to #683. The playbook's cleanup command,
wrangler preview delete <name>, just prints help — the name is a flag, not a positional. Verified on wrangler 4.110 while deleting the demo preview:One line changed in docs/previews.md.