Rename a workflow, its scripts directory included.
Usage
craftr workflow rename <old-name> <new-name>
Related commands
workflow run· Run 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 validate· Check 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 history· List 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 duplicate· Duplicate a workflow, its scripts directory included.
workflow delete· Delete a workflow and its scripts directory.