@outputai/cli 0.9.1-next.ca5a2f9.0 → 0.9.2-next.15e6ac1.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.
@@ -80,7 +80,7 @@ services:
80
80
  condition: service_healthy
81
81
  worker:
82
82
  condition: service_healthy
83
- image: outputai/api:${OUTPUT_API_VERSION:-0.9.1-next.ca5a2f9.0}
83
+ image: outputai/api:${OUTPUT_API_VERSION:-0.9.2-next.15e6ac1.0}
84
84
  init: true
85
85
  networks:
86
86
  - main
@@ -1,3 +1,3 @@
1
1
  {
2
- "framework": "0.9.1-next.ca5a2f9.0"
2
+ "framework": "0.9.2-next.15e6ac1.0"
3
3
  }
@@ -156,6 +156,106 @@
156
156
  "update.js"
157
157
  ]
158
158
  },
159
+ "dev:eject": {
160
+ "aliases": [],
161
+ "args": {},
162
+ "description": "Eject the Docker Compose configuration to your project root for customization",
163
+ "examples": [
164
+ "<%= config.bin %> <%= command.id %>",
165
+ "<%= config.bin %> <%= command.id %> --output ./custom-compose.yml"
166
+ ],
167
+ "flags": {
168
+ "output": {
169
+ "char": "o",
170
+ "description": "Output path for the docker-compose file",
171
+ "name": "output",
172
+ "required": false,
173
+ "default": "docker-compose.yml",
174
+ "hasDynamicHelp": false,
175
+ "multiple": false,
176
+ "type": "option"
177
+ },
178
+ "force": {
179
+ "char": "f",
180
+ "description": "Overwrite existing file without prompting",
181
+ "name": "force",
182
+ "required": false,
183
+ "allowNo": false,
184
+ "type": "boolean"
185
+ }
186
+ },
187
+ "hasDynamicHelp": false,
188
+ "hiddenAliases": [],
189
+ "id": "dev:eject",
190
+ "pluginAlias": "@outputai/cli",
191
+ "pluginName": "@outputai/cli",
192
+ "pluginType": "core",
193
+ "strict": true,
194
+ "enableJsonFlag": false,
195
+ "isESM": true,
196
+ "relativePath": [
197
+ "dist",
198
+ "commands",
199
+ "dev",
200
+ "eject.js"
201
+ ]
202
+ },
203
+ "dev": {
204
+ "aliases": [],
205
+ "args": {},
206
+ "description": "Start Output development services (auto-restarts worker on file changes)\n\nTo run a second dev stack concurrently, override host ports in .env:\n\n OUTPUT_API_HOST_PORT=3002\n OUTPUT_TEMPORAL_UI_HOST_PORT=8081\n OUTPUT_TEMPORAL_HOST_PORT=7234",
207
+ "examples": [
208
+ "<%= config.bin %> <%= command.id %>",
209
+ "<%= config.bin %> <%= command.id %> --compose-file ./custom-docker-compose.yml",
210
+ "<%= config.bin %> <%= command.id %> --image-pull-policy missing"
211
+ ],
212
+ "flags": {
213
+ "compose-file": {
214
+ "char": "f",
215
+ "description": "Path to a custom docker-compose file",
216
+ "name": "compose-file",
217
+ "required": false,
218
+ "hasDynamicHelp": false,
219
+ "multiple": false,
220
+ "type": "option"
221
+ },
222
+ "image-pull-policy": {
223
+ "description": "Image pull policy for docker compose (always, missing, never)",
224
+ "name": "image-pull-policy",
225
+ "default": "always",
226
+ "hasDynamicHelp": false,
227
+ "multiple": false,
228
+ "options": [
229
+ "always",
230
+ "missing",
231
+ "never"
232
+ ],
233
+ "type": "option"
234
+ },
235
+ "detached": {
236
+ "char": "d",
237
+ "description": "Start services in detached (background) mode and exit immediately",
238
+ "name": "detached",
239
+ "allowNo": false,
240
+ "type": "boolean"
241
+ }
242
+ },
243
+ "hasDynamicHelp": false,
244
+ "hiddenAliases": [],
245
+ "id": "dev",
246
+ "pluginAlias": "@outputai/cli",
247
+ "pluginName": "@outputai/cli",
248
+ "pluginType": "core",
249
+ "strict": true,
250
+ "enableJsonFlag": false,
251
+ "isESM": true,
252
+ "relativePath": [
253
+ "dist",
254
+ "commands",
255
+ "dev",
256
+ "index.js"
257
+ ]
258
+ },
159
259
  "credentials:edit": {
160
260
  "aliases": [],
161
261
  "args": {},
@@ -416,106 +516,6 @@
416
516
  "show.js"
417
517
  ]
418
518
  },
419
- "dev:eject": {
420
- "aliases": [],
421
- "args": {},
422
- "description": "Eject the Docker Compose configuration to your project root for customization",
423
- "examples": [
424
- "<%= config.bin %> <%= command.id %>",
425
- "<%= config.bin %> <%= command.id %> --output ./custom-compose.yml"
426
- ],
427
- "flags": {
428
- "output": {
429
- "char": "o",
430
- "description": "Output path for the docker-compose file",
431
- "name": "output",
432
- "required": false,
433
- "default": "docker-compose.yml",
434
- "hasDynamicHelp": false,
435
- "multiple": false,
436
- "type": "option"
437
- },
438
- "force": {
439
- "char": "f",
440
- "description": "Overwrite existing file without prompting",
441
- "name": "force",
442
- "required": false,
443
- "allowNo": false,
444
- "type": "boolean"
445
- }
446
- },
447
- "hasDynamicHelp": false,
448
- "hiddenAliases": [],
449
- "id": "dev:eject",
450
- "pluginAlias": "@outputai/cli",
451
- "pluginName": "@outputai/cli",
452
- "pluginType": "core",
453
- "strict": true,
454
- "enableJsonFlag": false,
455
- "isESM": true,
456
- "relativePath": [
457
- "dist",
458
- "commands",
459
- "dev",
460
- "eject.js"
461
- ]
462
- },
463
- "dev": {
464
- "aliases": [],
465
- "args": {},
466
- "description": "Start Output development services (auto-restarts worker on file changes)\n\nTo run a second dev stack concurrently, override host ports in .env:\n\n OUTPUT_API_HOST_PORT=3002\n OUTPUT_TEMPORAL_UI_HOST_PORT=8081\n OUTPUT_TEMPORAL_HOST_PORT=7234",
467
- "examples": [
468
- "<%= config.bin %> <%= command.id %>",
469
- "<%= config.bin %> <%= command.id %> --compose-file ./custom-docker-compose.yml",
470
- "<%= config.bin %> <%= command.id %> --image-pull-policy missing"
471
- ],
472
- "flags": {
473
- "compose-file": {
474
- "char": "f",
475
- "description": "Path to a custom docker-compose file",
476
- "name": "compose-file",
477
- "required": false,
478
- "hasDynamicHelp": false,
479
- "multiple": false,
480
- "type": "option"
481
- },
482
- "image-pull-policy": {
483
- "description": "Image pull policy for docker compose (always, missing, never)",
484
- "name": "image-pull-policy",
485
- "default": "always",
486
- "hasDynamicHelp": false,
487
- "multiple": false,
488
- "options": [
489
- "always",
490
- "missing",
491
- "never"
492
- ],
493
- "type": "option"
494
- },
495
- "detached": {
496
- "char": "d",
497
- "description": "Start services in detached (background) mode and exit immediately",
498
- "name": "detached",
499
- "allowNo": false,
500
- "type": "boolean"
501
- }
502
- },
503
- "hasDynamicHelp": false,
504
- "hiddenAliases": [],
505
- "id": "dev",
506
- "pluginAlias": "@outputai/cli",
507
- "pluginName": "@outputai/cli",
508
- "pluginType": "core",
509
- "strict": true,
510
- "enableJsonFlag": false,
511
- "isESM": true,
512
- "relativePath": [
513
- "dist",
514
- "commands",
515
- "dev",
516
- "index.js"
517
- ]
518
- },
519
519
  "workflow:cost": {
520
520
  "aliases": [],
521
521
  "args": {
@@ -1303,81 +1303,6 @@
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
- },
1381
1306
  "workflow:dataset:generate": {
1382
1307
  "aliases": [],
1383
1308
  "args": {
@@ -1532,7 +1457,82 @@
1532
1457
  "dataset",
1533
1458
  "list.js"
1534
1459
  ]
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.ca5a2f9.0"
1537
+ "version": "0.9.2-next.15e6ac1.0"
1538
1538
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@outputai/cli",
3
- "version": "0.9.1-next.ca5a2f9.0",
3
+ "version": "0.9.2-next.15e6ac1.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.ca5a2f9.0",
40
- "@outputai/evals": "0.9.1-next.ca5a2f9.0",
41
- "@outputai/llm": "0.9.1-next.ca5a2f9.0"
39
+ "@outputai/credentials": "0.9.2-next.15e6ac1.0",
40
+ "@outputai/evals": "0.9.2-next.15e6ac1.0",
41
+ "@outputai/llm": "0.9.2-next.15e6ac1.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/cli-progress": "3.11.6",