feat: add usage to providers list

This commit is contained in:
Peter Steinberger
2026-01-08 02:48:51 +01:00
parent 2f707ad4ad
commit 8ce6f783f0
4 changed files with 18 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ export function registerProvidersCli(program: Command) {
providers
.command("list")
.description("List configured providers + auth profiles")
.option("--usage", "Show provider usage/quota snapshots", false)
.option("--json", "Output JSON", false)
.action(async (opts) => {
try {