feat: pause/resume event streams via CLI#2626
Conversation
|
Warning Review limit reached
More reviews will be available in 15 minutes and 48 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (7)
✨ 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 |
There was a problem hiding this comment.
Pull request overview
Adds documentation updates for the new pause/resume event streams functionality exposed via the Ory CLI, aligning the live event streams guide with the new CLI commands and flags.
Changes:
- Adds new auto-generated CLI docs for
ory pause/ory resumeand theirevent-streamsubcommands. - Updates
ory create event-streamandory update event-streamCLI docs to include the new--status {active,paused}flag. - Extends the live event streams guide with CLI instructions (Tabs) for pausing/resuming streams and creating a stream in
pausedstate.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| docs/cli/ory.md | Adds ory pause and ory resume to the top-level CLI command index. |
| docs/cli/ory-update-event-stream.md | Documents new --status flag (and other option list updates) for updating event streams. |
| docs/cli/ory-create-event-stream.md | Documents new --status flag for creating event streams. |
| docs/cli/ory-pause.md | New auto-generated CLI docs for ory pause. |
| docs/cli/ory-pause-event-stream.md | New auto-generated CLI docs for pausing an event stream by ID. |
| docs/cli/ory-resume.md | New auto-generated CLI docs for ory resume. |
| docs/cli/ory-resume-event-stream.md | New auto-generated CLI docs for resuming an event stream by ID. |
| docs/actions/live-events.mdx | Adds CLI instructions (Tabs) for pausing/resuming streams and creating streams as paused. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
b059fe9 to
dadc07f
Compare
Follow-up to #2617
ory/cli#442