Delete a saved workflow with confirmation
Safely delete a saved workflow with a confirmation prompt to prevent accidental removal. Use this when you need to clean up old or unused workflows from your commands directory.
/plugin marketplace add h315uk3/as_you/plugin install h315uk3-as-you@h315uk3/as_you<workflow-name>Delete a specified workflow (with confirmation).
If $ARGUMENTS is empty, display help:
/as-you:delete-workflow "workflow-name"
/as-you:delete-workflow "old-deployment"
If $ARGUMENTS is provided:
commands/{workflow-name}.md existsQuestion: "Delete workflow '{name}'?"
Options:
- "Yes, delete it"
- "No, cancel"
rm commands/{name}.md/as-you:list-workflows - List all workflows/as-you:show-workflow "name" - Show workflow details