@outputai/cli 0.1.6-dev.0 → 0.1.6-next.2dba5c6.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.
@@ -10,10 +10,10 @@ import { formatOutput } from '#utils/output_formatter.js';
10
10
  export default class WorkflowCost extends Command {
11
11
  static description = 'Calculate the cost of a workflow execution';
12
12
  static examples = [
13
- '<%= config.bin %> <%= command.id %> my_workflow',
14
- '<%= config.bin %> <%= command.id %> my_workflow --verbose',
15
- '<%= config.bin %> <%= command.id %> my_workflow path/to/trace.json',
16
- '<%= config.bin %> <%= command.id %> my_workflow --format json'
13
+ '<%= config.bin %> <%= command.id %> my_workflow_id',
14
+ '<%= config.bin %> <%= command.id %> my_workflow_id --verbose',
15
+ '<%= config.bin %> <%= command.id %> my_workflow_id path/to/trace.json',
16
+ '<%= config.bin %> <%= command.id %> my_workflow_id --format json'
17
17
  ];
18
18
  static args = {
19
19
  workflowId: Args.string({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@outputai/cli",
3
- "version": "0.1.6-dev.0",
3
+ "version": "0.1.6-next.2dba5c6.0",
4
4
  "description": "CLI for Output.ai workflow generation",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -33,9 +33,9 @@
33
33
  "log-update": "7.2.0",
34
34
  "semver": "7.7.4",
35
35
  "yaml": "^2.7.1",
36
- "@outputai/evals": "0.1.6-dev.0",
37
- "@outputai/llm": "0.1.6-dev.0",
38
- "@outputai/credentials": "0.1.6-dev.0"
36
+ "@outputai/credentials": "0.1.6-next.2dba5c6.0",
37
+ "@outputai/llm": "0.1.6-next.2dba5c6.0",
38
+ "@outputai/evals": "0.1.6-next.2dba5c6.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/cli-progress": "3.11.6",