tctl
tctl copied to clipboard
Temporal CLI
### 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...
### 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...
**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...
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...
### 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...
### 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...
### 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`...
### 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...
### 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...
### 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...