@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:
|
|
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) => {
|