Deletes all versions of a workflow from the Workflow Registry
Deletes all workflow versions matching the given name and owner address.
cre workflow delete <workflow-folder-path> [optional flags]
cre workflow delete ./my-workflow
-h, --help help for delete
--unsigned If set, the command will either return the raw transaction instead of sending it to the network or execute the second step of secrets operations using a previously generated raw transaction
--yes If set, the command will skip the confirmation prompt and proceed with the operation even if it is potentially destructive
-e, --env string Path to .env file which contains sensitive info
-R, --project-root string Path to the project root
-E, --public-env string Path to .env.public file which contains shared, non-sensitive build config
-T, --target string Use target settings from YAML config
-v, --verbose Run command in VERBOSE mode
- cre workflow - Manages workflows