cli
cli copied to clipboard
Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal
`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...
### 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...
### Is your feature request related to a problem? Please describe. I like the UI version of task queue info:  and folks might look for "retirability" info in the...
Alternative to disabling it by default (#229)
### 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...
### 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...
### 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...
Feature request is for adding SignalWithStartWorkflow support. Similar feature also requested for tctl before: https://github.com/temporalio/tctl/issues/249
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...
### 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...