CLI Relay Commands
These commands focus on relay behavior and readiness checks.
Relay Lint
Section titled “Relay Lint”Validate a relay’s rules, schedules, and contact method coverage.
beeps relay lint --relay-id rly_123 --coverage-days 7JSON output for CI:
beeps relay lint --relay-id rly_123 --coverage-days 7 --jsonRelay Simulate
Section titled “Relay Simulate”Preview who would be notified at a specific time.
beeps relay simulate --relay-id rly_123 --simulate-at 2025-01-01T00:00:00ZWith a payload:
beeps relay simulate --relay-id rly_123 --simulate-at 2025-01-01T00:00:00Z --payload ./payload.jsonRelay Plan and Apply
Section titled “Relay Plan and Apply”Use config-as-code to preview and apply changes:
beeps relay plan -f beeps.config.tsbeeps relay apply -f beeps.config.tsExit Codes
Section titled “Exit Codes”0success1validation failure or API error