@output.ai/cli 0.8.4 → 0.8.5

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.
@@ -254,8 +254,8 @@ export const getWorkflowGenerateSuccessMessage = (workflowName, targetDir, files
254
254
  },
255
255
  {
256
256
  step: 'Test with example scenario',
257
- command: `output workflow run ${workflowName} --input ${targetDir}/scenarios/test_input.json`,
258
- note: 'Run after starting services with "output dev"'
257
+ command: 'npx output workflow run blog_evaluator paulgraham_hwh',
258
+ note: 'Run after starting services with "npx output dev"'
259
259
  }
260
260
  ];
261
261
  const formattedSteps = steps.map((item, index) => {
@@ -225,7 +225,7 @@ To test your workflow:
225
225
 
226
226
  Example execution:
227
227
  ```bash
228
- npx output workflow run {{workflowName}} --input '{"prompt": "Hello"}'
228
+ npx output workflow run blog_evaluator paulgraham_hwh
229
229
  ```
230
230
 
231
231
  ## Resources
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@output.ai/cli",
3
- "version": "0.8.4",
3
+ "version": "0.8.5",
4
4
  "description": "CLI for Output.ai workflow generation",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",