docs(cli-reference): document the completions command#11936
Open
kozlek wants to merge 1 commit into
Open
Conversation
The CLI added a top-level `completions` command (prints a shell-completion script). The schemas-sync bot picks it up automatically, but the editorial gate — `every group has an editorial label and description` — blocks the sync PR until the new command is given outward-facing copy. Add the label, one-line value prop, and grid/nav order for `completions` so it renders its own card and `/cli/completions` page alongside the other commands. Unblocks the JSON-schema sync PR #11933. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Change-Id: Ibc06a499b39e922b081ca06be44591070edd4186
Contributor
Merge Protections🟢 All 6 merge protections satisfied — ready to merge. Show 6 satisfied protections🟢 🤖 Continuous Integration
🟢 👀 Review Requirements
🟢 Enforce conventional commitMake sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
🟢 🔎 Reviews
🟢 📕 PR description
🟢 🚦 Auto-queueWhen all merge protections are satisfied, this pull request will be queued automatically. |
There was a problem hiding this comment.
Pull request overview
Adds the required editorial metadata for the new top-level completions CLI command so it appears properly in the CLI reference grid/navigation and passes the “every group has an editorial label and description” gate.
Changes:
- Added
completionsto the CLI reference group ordering. - Added a human-facing label and one-line description for the
completionsgroup.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
sileht
approved these changes
Jun 25, 2026
JulianMaurin
approved these changes
Jun 25, 2026
Contributor
|
Queued — the merge queue status continues in this comment ↓. |
Contributor
Merge Queue Status
Waiting for
All merge conditions
Required conditions to stay in the queue
|
51 tasks
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.
The CLI added a top-level
completionscommand (prints a shell-completionscript). The schemas-sync bot picks it up automatically, but the editorial
gate —
every group has an editorial label and description— blocks the syncPR until the new command is given outward-facing copy.
Add the label, one-line value prop, and grid/nav order for
completionsso itrenders its own card and
/cli/completionspage alongside the other commands.Unblocks the JSON-schema sync PR #11933.
Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com