cli icon indicating copy to clipboard operation
cli copied to clipboard

Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal

Results 144 cli issues
Sort by recently updated
recently updated
newest added

`temporal workflow delete -w $my-completed-workflow-id` fails with ``` Error: unable to delete workflow: operation GetCurrentExecution encountered not found ``` but a user will expect it to delete running and not-running...

bug

### Is your feature request related to a problem? Please describe. If a workflow continues as new (or is otherwise part of a chain?), a user reports that `temporal workflow...

enhancement

### Is your feature request related to a problem? Please describe. I like the UI version of task queue info: ![image](https://github.com/temporalio/cli/assets/251288/6d3b7a40-a3c8-4e6e-9327-029c4f1f624a) and folks might look for "retirability" info in the...

enhancement

Alternative to disabling it by default (#229)

enhancement

### Is your feature request related to a problem? Please describe. It is time consuming to distribute certificates to developers so they can use temporal CLI. It is also a...

enhancement

### What are you really trying to do? Install temporal cli from homebrew with `--head` and use it. ### Describe the bug https://github.com/josh-berry/homebrew-core/blob/25aa0c4bb3512f98e0e7f6fd078686f2ea8bc4d7/Formula/t/temporal.rb#L22 sets the version string to `HEAD-#{sha}` which...

bug

### What are you really trying to do? I am trying to use `temporal operator namespace create` to create a namespace in a remote cluster using `--env`. ### Describe the...

bug

Feature request is for adding SignalWithStartWorkflow support. Similar feature also requested for tctl before: https://github.com/temporalio/tctl/issues/249

enhancement

We should switch to a more commonly-understood format for CLI command generation that is easily consumable by "standard" parsers (like a Markdown or YAML or JSON parser). The custom parser...

enhancement

### Describe the solution you'd like See https://github.com/temporalio/features/issues/512. Need schedule search attribute support for `schedule update`. Depends on https://github.com/temporalio/sdk-go/issues/1561. Specifically, we need to add `schedule update` support for the already...

enhancement