Document --chat-room-filter flag for integrations create/update#3474
Draft
AndyTWF wants to merge 2 commits into
Draft
Document --chat-room-filter flag for integrations create/update#3474AndyTWF wants to merge 2 commits into
AndyTWF wants to merge 2 commits into
Conversation
ably-cli PR #433 adds a --chat-room-filter flag (and a chat.message source type) to `ably integrations create` and `ably integrations update`, mirroring the existing --channel-filter option for chat-room-sourced rules. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BAApZnvNvLA89JZZzDdDb6
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BAApZnvNvLA89JZZzDdDb6
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.
Description
Updates the CLI reference docs for
ably integrations createandably integrations updateto reflect ably/ably-cli#433, which adds a--chat-room-filterflag (and achat.messagesource type) so chat-room-sourced integration rules can be created and updated via the CLI.src/pages/docs/cli/integrations/create.mdx: addedchat.messageto the--source-typeoptions, documented the new--chat-room-filterflag, clarified which source types--channel-filterapplies to, and added an example creating a chat-room-sourced webhook.src/pages/docs/cli/integrations/update.mdx: documented the new--chat-room-filterflag and added a matching update example.get/listwere not updated since those commands only gained new output lines (no new flags), and this reference doesn't document exact CLI output shapes.Checklist
DX-1546
Generated by Claude Code