| name | cli-routing |
| description | Create, list, update, and delete routing combos from the CLI. Test routing strategies, inspect combo metrics, and configure fallback chains interactively. |
Overview
Create, list, update, and delete routing combos from the CLI. Test routing strategies, inspect combo metrics, and configure fallback chains interactively.
Quick install
npm install -g AIRoute
AIRoute --version
Subcommands
suggest
Flags:
--max-cost <usd>
--max-latency-ms <ms>
--weights <json>
--top <n>
--explain
--switch
Example:
AIRoute suggest
combo combo
Example:
AIRoute combo combo
combo list
List configured routing combos
Flags:
Example:
AIRoute combo list
combo switch <name>
Activate a routing combo
Example:
AIRoute combo switch <name>
combo create <name>
Create a new routing combo
Example:
AIRoute combo create <name>
combo delete <name>
Delete a routing combo
Flags:
Example:
AIRoute combo delete <name>