[Feature Request] Prompt for confirmation by default for delete/terminate/cancel
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Go
- Stars
- 379
- Forks
- 103
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 23
Description
Is your feature request related to a problem? Please describe.
User accidentally deleting a workflow.
Describe the solution you'd like
By default, prompt something like:
$ temporal workflow delete -w foo
Id: foo
Would you like to X this Workflow? Y/n
Pass -y to skip prompt
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the workflow delete, terminate, and cancel command entry points and their existing flag handling. Check how confirmation prompts are implemented elsewhere, if applicable. Done means these commands prompt by default while -y skips the prompt, with coverage for the requested behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100