Inspect and manage circuit-breaker states, connection cooldowns, quota limits, and backoff levels from the CLI. Reset stuck providers and configure resilience thresholds.
Install
npx skillscat add diegosouzapw/omniroute/cli-resilience Install via the SkillsCat registry.
SKILL.md
Overview
Inspect and manage circuit-breaker states, connection cooldowns, quota limits, and backoff levels from the CLI. Reset stuck providers and configure resilience thresholds.
Quick install
npm install -g omniroute # or: npx omniroute
omniroute --versionSubcommands
quota
Flags:
--provider <id>--json
Example:
omniroute quotaquota status
Show truthful OmniRoute gateway, quota, pool, and circuit state
Example:
omniroute quota statusquota preview
Preview allocation enforcement without an upstream request
Flags:
--tokens <n>
Example:
omniroute quota previewquota ensure <json>
Idempotently create or update a quota pool from a JSON object
Example:
omniroute quota ensure <json>resilience
Example:
omniroute resilienceresilience status
Flags:
--provider <p>
Example:
omniroute resilience statusresilience breakers
Flags:
--provider <p>
Example:
omniroute resilience breakersresilience cooldowns
Flags:
--provider <p>--connection-id <id>
Example:
omniroute resilience cooldownsresilience lockouts
Flags:
--provider <p>--model <m>
Example:
omniroute resilience lockoutsresilience reset
Flags:
--connection-id <id>--model <m>--all-cooldowns--yes
Example:
omniroute resilience resetresilience profile
Example:
omniroute resilience profileresilience show
Example:
omniroute resilience showresilience set
Example:
omniroute resilience setresilience config
Example:
omniroute resilience configresilience show
Example:
omniroute resilience showresilience set
Flags:
--threshold <n>--reset-timeout <ms>--base-cooldown <ms>
Example:
omniroute resilience set