add 'fail all' command; update 'fail domain' and 'binding fail domain…#833
Open
add 'fail all' command; update 'fail domain' and 'binding fail domain…#833
Conversation
…' with '--meta' and '--header' options
✅ Deploy Preview for support-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull request overview
Adds documentation for new global queue-purge console commands (fail all / fail all quiet) and updates related domain/binding purge commands to support optional selective filtering via --meta / --header.
Changes:
- Document new fail all and fail all quiet commands (global purge by required filter, with/without bounces).
- Extend fail domain, fail domain quiet, binding fail domain, and binding fail domain quiet docs to describe optional
--meta/--headerselective purge behavior. - Update console command indexes/summaries to include the new commands.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| content/momentum/4/console-commands/index.md | Adds new entries for fail all and fail all quiet to the non-module console command index. |
| content/momentum/4/console-commands/fail-domain.md | Updates synopsis/frontmatter and adds a selective purge section referencing shared filter semantics. |
| content/momentum/4/console-commands/fail-domain-quiet.md | Updates synopsis/frontmatter and documents selective filtering rules (including folded-header limitations). |
| content/momentum/4/console-commands/fail-all.md | New doc page describing global purge with bounces, requiring --meta or --header. |
| content/momentum/4/console-commands/fail-all-quiet.md | New doc page describing global purge without bounces, requiring --meta or --header. |
| content/momentum/4/console-commands/binding-fail-domain.md | Updates synopsis/frontmatter and adds selective purge section; references new global commands. |
| content/momentum/4/console-commands/binding-fail-domain-quiet.md | Updates synopsis/frontmatter and adds selective purge section; references new global command. |
| content/momentum/4/4-console-commands.md | Adds fail all/fail all quiet to the alphabetical command summary table. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…' with '--meta' and '--header' options
What Changed
How To Test or Verify
PR Checklist
Below are some checklists to follow for the correct procedure in different circumstance. The first list ("All PRs Checklist") should be followed for ALL PRs. The next 2 are additive to this list depending on what type of PR you are using.
For example: If you are submitting a content change to one of the support documents, your checklist would include the:
If you are submitting a feature addition, enhancement, or bug fix, your checklist would include the:
All PRs Checklist
team-FEorteam-SAZ)Content Changes Checklist
examples/article.mdin the root of the project directory and on the momentum doc's preface articleDevelopment Changes Checklist (some checks are automatic github actions and will not be listed here. ie. "all tests pass")
cypress/directory in the root of the projectNote
Low Risk
Low risk documentation-only change; main risk is operator confusion if the new
--meta/--headersyntax or required-filter behavior is described incorrectly.Overview
Adds documentation for new global queue admin commands
fail allandfail all quiet, which fail queued messages across all domains using a required--metaor--headerfilter (with/without bounces).Updates
fail domain,fail domain quiet,binding fail domain, andbinding fail domain quietdocs to support optional selective purge filters via--meta/--header, clarifies folded-header physical line matching, updates examples/wording, and links the new commands into the command indexes/summaries (includinglastUpdatedrefresh).Reviewed by Cursor Bugbot for commit 6bc5afb. Bugbot is set up for automated code reviews on this repo. Configure here.