Expand description
Webhook CLI commands.
Responsibilities:
- Provide
ralph webhook testcommand for testing webhook configuration. - Provide
ralph webhook statusfor diagnostics snapshots. - Provide
ralph webhook replayfor explicit bounded failure replay.
Does NOT handle:
- Webhook configuration management (use config files).
- Direct HTTP delivery internals (delegated to
crate::webhook).