#20387: docs: fix bluebubbles add command
docs
channel: bluebubbles
size: XS
Cluster:
Bluebubbles iMessage Fixes
## Summary
- The command was failing without --channel
## Change Type (select all)
- [ ] Bug fix
- [ ] Feature
- [ ] Refactor
- [x] Docs
- [ ] Security hardening
- [ ] Chore/infra
## Human Verification (required)
With `--channel` it works
<!-- greptile_comment -->
<h3>Greptile Summary</h3>
Fixes the documented CLI command for adding a BlueBubbles channel by adding the required `--channel` flag. The `channels add` subcommand in non-interactive mode (i.e., when other flags like `--http-url` and `--password` are provided) requires `--channel <name>` to identify the channel type — the old command incorrectly passed `bluebubbles` as a positional argument, which the parser does not accept.
- Adds `--channel` flag to the example CLI command in `docs/channels/bluebubbles.md`, changing `openclaw channels add bluebubbles` to `openclaw channels add --channel bluebubbles`
<h3>Confidence Score: 5/5</h3>
- This is a minimal, correct documentation fix with no risk to runtime behavior.
- Single-line documentation change that correctly adds the required --channel flag to match the CLI's actual argument parser. Verified against source code in src/cli/channels-cli.ts and consistent with docs/cli/channels.md examples.
- No files require special attention.
<sub>Last reviewed commit: 427b014</sub>
<!-- greptile_other_comments_section -->
<sub>(2/5) Greptile learns from your feedback when you react with thumbs up/down!</sub>
<!-- /greptile_comment -->
Most Similar PRs
#23483: fix(bluebubbles): key debounce by chat+sender instead of messageId
by saucesteals · 2026-02-22
70.1%
#22591: feat(cli): expose Discord channel lifecycle management through unif...
by yinghaosang · 2026-02-21
69.2%
#23770: docs: fix broken URL, inconsistent casing, and hyphenation
by jainilDesai · 2026-02-22
69.0%
#13584: tools: add description to message tool channel parameter
by carrotRakko · 2026-02-10
68.9%
#10459: docs: replace --to with --target in message send example
by quqi1599 · 2026-02-06
68.7%
#23762: docs: fix markdown formatting and structure issues
by jainilDesai · 2026-02-22
68.7%
#19241: docs(telegram): fix 5 discrepancies between docs and config schema
by Artzainnn · 2026-02-17
68.6%
#23155: fix: add modelByChannel to allowed channel config keys
by tiagocampo · 2026-02-22
68.3%
#21174: fix(bluebubbles): trim leading newlines from message text
by cosmopax · 2026-02-19
68.1%
#23757: docs: replace outdated legacy names and paths
by jainilDesai · 2026-02-22
68.0%