[DOC-14406][AI] Correct service flags in the update-services CLI syntax - #4161
Draft
TimLFletcher wants to merge 1 commit into
Draft
[DOC-14406][AI] Correct service flags in the update-services CLI syntax#4161TimLFletcher wants to merge 1 commit into
TimLFletcher wants to merge 1 commit into
Conversation
The couchbase-cli rebalance syntax on Modifying Services (and Rebalance) listed --n1ql-[add|remove] and --cbas-[add|remove]. Neither is accepted by the tool. The options are --query- and --analytics-. The ticket reports the --n1ql- case. --cbas- is the same error on the same line, corrected here as well. Service names elsewhere on the page are unchanged: the service is still called n1ql, only the command-line options differ. Co-Authored-By: Claude Opus 5 <noreply@anthropic.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.
Fixes DOC-14406.
What changed
modules/manage/pages/manage-nodes/modify-services-and-rebalance.adoc, line 124, in thecouchbase-cli rebalancesyntax block.The ticket reports
--n1ql-.--cbas-is the same error on the same line and is corrected here too.Sources
--query-add/--query-removecouchbase-cli-rebalance.adoc:19,68--analytics-add/--analytics-removecouchbase-cli-rebalance.adoc:19,80--n1ql-addis rejected by the toolERROR: unrecognized arguments: --n1ql-addThe CLI reference lists exactly six service options:
--fts-,--index-,--query-,--backup-,--analytics-,--eventing-. Neither--n1ql-nor--cbas-appears.Not changed
The service names on this page are correct and untouched. The service is still called
n1ql, as the tool's own output confirms ("already provides the n1ql service"). Only the command-line options were wrong.Verification
🤖 Generated with Claude Code