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

### What are you really trying to do? I have a search attribute defined as `ObjectID`, but when I try to start a Workflow with it, I get a JSON...

bug

### Is your feature request related to a problem? Please describe. Sometimes I copy/paste JSON and leave a comma where I shouldn't. ### Describe the solution you'd like I'd like...

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** `tctl wf l` command list workflow, but only display with UTC timezone **Describe the solution you'd like** Local timezone will...

enhancement

currently --output_filename flag is needed for tctl wf show in order for tctl to encode history with JSONPBIndentEncoder. allow similar way to print the results rather than having to save...

enhancement

### Is your feature request related to a problem? Please describe. Currently config file location is enforced to `UserHomeDir()/.config/temporalio/tctl.yml` and doesn't allow to have a different location ### Describe the...

enhancement

### What are you really trying to do? We use a `tctl-authorization-plugin` with the `tctl` CLI for our Temporal clusters. We had reports from our users that many instances of...

bug

### Is your feature request related to a problem? Please describe. We run many of our workflows with `SignalWithStartWorkflow`. Currently we cannot use `tctl` to run those workflows since `tctl`...

enhancement

### Is your feature request related to a problem? Please describe. We needed to reset ~600 workflows in production due to a bug, and wanted to use the [reset-batch](https://docs.temporal.io/tctl/workflow/reset-batch/) command...

enhancement

### What are you really trying to do? ### Describe the bug `workflow show` command ignores the `--reset-points-only` flag ### Minimal Reproduction - switch to tctl v1.17 UX `tctl config...

bug

### What are you really trying to do? Request a better error message when a cert isn't provided when describing a namespace. ### Describe the bug The following command was...

bug