tctl
tctl copied to clipboard
Temporal CLI
### Is your feature request related to a problem? Please describe. A common ask from developers is to be able to terminate all running workflows using tctl. What most devs...
### Is your feature request related to a problem? Please describe. I'd rather not have to add `--reason reason` to my batch jobs. ### Describe the solution you'd like If...
### Is your feature request related to a problem? Please describe. When I run this, I'd like to know - whether the batch job started (it didn't) - if not,...
**Problem** I'm trying to run my workflow via `tctl wf run` but the workflow assumes certain values are in the context via context propagation. **Suggested solutions** A way to supply...
"tctl wf desc" does not work with archived executions: ``` tctl wf desc -w MyArchivedWorkflow -r myarchivedworkflowrunid Error: Describe workflow execution failed Error Details: rpc error: code = NotFound desc...
_Originally posted by @feedmeapples in https://github.com/temporalio/tctl/issues/190#issuecomment-1122519140_
### Is your feature request related to a problem? Please describe. ### Describe the solution you'd like Add command `tctl config edit` to open tctl.yml config file in an editor...
### Is your feature request related to a problem? Please describe. Currently only `homebrew` users can easily install `tctl` ### Describe the solution you'd like In addition to `homebrew`, publish...
### What are you really trying to do? Help output and potentially UX of `tctl namespace register --clusters` needs to be improved ### Describe the bug `tctl namespace register --clusters`...
### Is your feature request related to a problem? Please describe. tctl only supports JSON encoding for arguments. Workflows/signals that have inputs of protobuf type cannot be started/sent through it....