feat: add usage to providers list
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user