@outputai/cli 0.9.1-next.38ae07c.0 → 0.9.1-next.ca5a2f9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/oclif.manifest.json
CHANGED
|
@@ -1303,6 +1303,81 @@
|
|
|
1303
1303
|
"test_eval.js"
|
|
1304
1304
|
]
|
|
1305
1305
|
},
|
|
1306
|
+
"workflow:runs:list": {
|
|
1307
|
+
"aliases": [],
|
|
1308
|
+
"args": {
|
|
1309
|
+
"workflowName": {
|
|
1310
|
+
"description": "Filter by workflow type/name",
|
|
1311
|
+
"name": "workflowName",
|
|
1312
|
+
"required": false
|
|
1313
|
+
}
|
|
1314
|
+
},
|
|
1315
|
+
"description": "List workflow runs with optional filtering by workflow type",
|
|
1316
|
+
"examples": [
|
|
1317
|
+
"<%= config.bin %> <%= command.id %>",
|
|
1318
|
+
"<%= config.bin %> <%= command.id %> simple",
|
|
1319
|
+
"<%= config.bin %> <%= command.id %> simple --limit 10",
|
|
1320
|
+
"<%= config.bin %> <%= command.id %> --catalog my-catalog",
|
|
1321
|
+
"<%= config.bin %> <%= command.id %> --json",
|
|
1322
|
+
"<%= config.bin %> <%= command.id %> --format table"
|
|
1323
|
+
],
|
|
1324
|
+
"flags": {
|
|
1325
|
+
"json": {
|
|
1326
|
+
"description": "Format output as json.",
|
|
1327
|
+
"helpGroup": "GLOBAL",
|
|
1328
|
+
"name": "json",
|
|
1329
|
+
"allowNo": false,
|
|
1330
|
+
"type": "boolean"
|
|
1331
|
+
},
|
|
1332
|
+
"catalog": {
|
|
1333
|
+
"char": "c",
|
|
1334
|
+
"description": "Filter runs by catalog (defaults to OUTPUT_CATALOG_ID)",
|
|
1335
|
+
"env": "OUTPUT_CATALOG_ID",
|
|
1336
|
+
"name": "catalog",
|
|
1337
|
+
"hasDynamicHelp": false,
|
|
1338
|
+
"multiple": false,
|
|
1339
|
+
"type": "option"
|
|
1340
|
+
},
|
|
1341
|
+
"limit": {
|
|
1342
|
+
"char": "l",
|
|
1343
|
+
"description": "Maximum number of runs to return",
|
|
1344
|
+
"name": "limit",
|
|
1345
|
+
"default": 100,
|
|
1346
|
+
"hasDynamicHelp": false,
|
|
1347
|
+
"multiple": false,
|
|
1348
|
+
"type": "option"
|
|
1349
|
+
},
|
|
1350
|
+
"format": {
|
|
1351
|
+
"char": "f",
|
|
1352
|
+
"description": "Output format (use --json for JSON output)",
|
|
1353
|
+
"name": "format",
|
|
1354
|
+
"default": "table",
|
|
1355
|
+
"hasDynamicHelp": false,
|
|
1356
|
+
"multiple": false,
|
|
1357
|
+
"options": [
|
|
1358
|
+
"table",
|
|
1359
|
+
"text"
|
|
1360
|
+
],
|
|
1361
|
+
"type": "option"
|
|
1362
|
+
}
|
|
1363
|
+
},
|
|
1364
|
+
"hasDynamicHelp": false,
|
|
1365
|
+
"hiddenAliases": [],
|
|
1366
|
+
"id": "workflow:runs:list",
|
|
1367
|
+
"pluginAlias": "@outputai/cli",
|
|
1368
|
+
"pluginName": "@outputai/cli",
|
|
1369
|
+
"pluginType": "core",
|
|
1370
|
+
"strict": true,
|
|
1371
|
+
"enableJsonFlag": true,
|
|
1372
|
+
"isESM": true,
|
|
1373
|
+
"relativePath": [
|
|
1374
|
+
"dist",
|
|
1375
|
+
"commands",
|
|
1376
|
+
"workflow",
|
|
1377
|
+
"runs",
|
|
1378
|
+
"list.js"
|
|
1379
|
+
]
|
|
1380
|
+
},
|
|
1306
1381
|
"workflow:dataset:generate": {
|
|
1307
1382
|
"aliases": [],
|
|
1308
1383
|
"args": {
|
|
@@ -1457,82 +1532,7 @@
|
|
|
1457
1532
|
"dataset",
|
|
1458
1533
|
"list.js"
|
|
1459
1534
|
]
|
|
1460
|
-
},
|
|
1461
|
-
"workflow:runs:list": {
|
|
1462
|
-
"aliases": [],
|
|
1463
|
-
"args": {
|
|
1464
|
-
"workflowName": {
|
|
1465
|
-
"description": "Filter by workflow type/name",
|
|
1466
|
-
"name": "workflowName",
|
|
1467
|
-
"required": false
|
|
1468
|
-
}
|
|
1469
|
-
},
|
|
1470
|
-
"description": "List workflow runs with optional filtering by workflow type",
|
|
1471
|
-
"examples": [
|
|
1472
|
-
"<%= config.bin %> <%= command.id %>",
|
|
1473
|
-
"<%= config.bin %> <%= command.id %> simple",
|
|
1474
|
-
"<%= config.bin %> <%= command.id %> simple --limit 10",
|
|
1475
|
-
"<%= config.bin %> <%= command.id %> --catalog my-catalog",
|
|
1476
|
-
"<%= config.bin %> <%= command.id %> --json",
|
|
1477
|
-
"<%= config.bin %> <%= command.id %> --format table"
|
|
1478
|
-
],
|
|
1479
|
-
"flags": {
|
|
1480
|
-
"json": {
|
|
1481
|
-
"description": "Format output as json.",
|
|
1482
|
-
"helpGroup": "GLOBAL",
|
|
1483
|
-
"name": "json",
|
|
1484
|
-
"allowNo": false,
|
|
1485
|
-
"type": "boolean"
|
|
1486
|
-
},
|
|
1487
|
-
"catalog": {
|
|
1488
|
-
"char": "c",
|
|
1489
|
-
"description": "Filter runs by catalog (defaults to OUTPUT_CATALOG_ID)",
|
|
1490
|
-
"env": "OUTPUT_CATALOG_ID",
|
|
1491
|
-
"name": "catalog",
|
|
1492
|
-
"hasDynamicHelp": false,
|
|
1493
|
-
"multiple": false,
|
|
1494
|
-
"type": "option"
|
|
1495
|
-
},
|
|
1496
|
-
"limit": {
|
|
1497
|
-
"char": "l",
|
|
1498
|
-
"description": "Maximum number of runs to return",
|
|
1499
|
-
"name": "limit",
|
|
1500
|
-
"default": 100,
|
|
1501
|
-
"hasDynamicHelp": false,
|
|
1502
|
-
"multiple": false,
|
|
1503
|
-
"type": "option"
|
|
1504
|
-
},
|
|
1505
|
-
"format": {
|
|
1506
|
-
"char": "f",
|
|
1507
|
-
"description": "Output format (use --json for JSON output)",
|
|
1508
|
-
"name": "format",
|
|
1509
|
-
"default": "table",
|
|
1510
|
-
"hasDynamicHelp": false,
|
|
1511
|
-
"multiple": false,
|
|
1512
|
-
"options": [
|
|
1513
|
-
"table",
|
|
1514
|
-
"text"
|
|
1515
|
-
],
|
|
1516
|
-
"type": "option"
|
|
1517
|
-
}
|
|
1518
|
-
},
|
|
1519
|
-
"hasDynamicHelp": false,
|
|
1520
|
-
"hiddenAliases": [],
|
|
1521
|
-
"id": "workflow:runs:list",
|
|
1522
|
-
"pluginAlias": "@outputai/cli",
|
|
1523
|
-
"pluginName": "@outputai/cli",
|
|
1524
|
-
"pluginType": "core",
|
|
1525
|
-
"strict": true,
|
|
1526
|
-
"enableJsonFlag": true,
|
|
1527
|
-
"isESM": true,
|
|
1528
|
-
"relativePath": [
|
|
1529
|
-
"dist",
|
|
1530
|
-
"commands",
|
|
1531
|
-
"workflow",
|
|
1532
|
-
"runs",
|
|
1533
|
-
"list.js"
|
|
1534
|
-
]
|
|
1535
1535
|
}
|
|
1536
1536
|
},
|
|
1537
|
-
"version": "0.9.1-next.
|
|
1537
|
+
"version": "0.9.1-next.ca5a2f9.0"
|
|
1538
1538
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@outputai/cli",
|
|
3
|
-
"version": "0.9.1-next.
|
|
3
|
+
"version": "0.9.1-next.ca5a2f9.0",
|
|
4
4
|
"description": "CLI for Output.ai workflow generation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"semver": "7.7.4",
|
|
37
37
|
"undici": "8.5.0",
|
|
38
38
|
"yaml": "^2.8.3",
|
|
39
|
-
"@outputai/credentials": "0.9.1-next.
|
|
40
|
-
"@outputai/
|
|
41
|
-
"@outputai/
|
|
39
|
+
"@outputai/credentials": "0.9.1-next.ca5a2f9.0",
|
|
40
|
+
"@outputai/evals": "0.9.1-next.ca5a2f9.0",
|
|
41
|
+
"@outputai/llm": "0.9.1-next.ca5a2f9.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@types/cli-progress": "3.11.6",
|