Skip to content

[DOC-14406][AI] Correct service flags in the update-services CLI syntax - #4161

Draft
TimLFletcher wants to merge 1 commit into
release/8.0from
DOC-14406
Draft

[DOC-14406][AI] Correct service flags in the update-services CLI syntax#4161
TimLFletcher wants to merge 1 commit into
release/8.0from
DOC-14406

Conversation

@TimLFletcher

@TimLFletcher TimLFletcher commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Fixes DOC-14406.

What changed

modules/manage/pages/manage-nodes/modify-services-and-rebalance.adoc, line 124, in the couchbase-cli rebalance syntax block.

---update-services [--index-[add|remove] ...] [--n1ql-[add|remove] ...] [--fts-...] [--cbas-[add|remove] ...] ...
+--update-services [--index-[add|remove] ...] [--query-[add|remove] ...] [--fts-...] [--analytics-[add|remove] ...] ...

The ticket reports --n1ql-. --cbas- is the same error on the same line and is corrected here too.

Sources

Claim Source
The option is --query-add / --query-remove couchbase-cli-rebalance.adoc:19,68
The option is --analytics-add / --analytics-remove couchbase-cli-rebalance.adoc:19,80
--n1ql-add is rejected by the tool Ticket, with terminal output: ERROR: unrecognized arguments: --n1ql-add

The 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

PASS[docs-server @ DOC-14406 vs baseline release/8.0]: no new build diagnostics.

🤖 Generated with Claude Code

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant