tctl icon indicating copy to clipboard operation
tctl copied to clipboard

Temporal CLI

Results 53 tctl issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement

### 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...

enhancement

### 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,...

enhancement

**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...

enhancement

"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...

bug

_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...

enhancement

### 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...

enhancement

### 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`...

bug

### 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....

enhancement