craftr workflow
Run project-scoped workflows.
Commands
workflow runRun one or more workflows (or every workflow with --all) and aggregate the results. Prints a JSON summary report on stdout, a human summary on stderr, and exits 1 if any workflow failed (130 if cancelled).workflow listList every workflow in the project.workflow validateCheck that a workflow's references resolve (api, resource, operation, instance, scripts) and refresh the generated script typings. Omit the name to check every workflow. Sends no request, so it is cheap to run in CI before a run.workflow historyList past workflow runs newest first, or read one run in full by id. Run ids are the ISO timestamp of the run with ":" replaced by "-".workflow renameRename a workflow, its scripts directory included.workflow duplicateDuplicate a workflow, its scripts directory included.workflow deleteDelete a workflow and its scripts directory.