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 start --json` should emit a valid JSON document on stdout, but it is additionally including the freeform text "Running execution:": ``` $ temporal workflow start --task-queue=MyTaskQueue --type=MyWorkflow --output...
### What are you really trying to do? I am trying to play with archival settings on the dev server (formerly known as temporalite), to get a feel for it...
### Describe the solution you'd like Need a docker image for this single binary
### Describe the solution you'd like We support the most popular package manager for macOS, consider doing the same for Windows
### Is your feature request related to a problem? Please describe. Can easily run into this error: ``` t operator search-attribute create --namespace default --name test4 --type Text Error: unable...
### Is your feature request related to a problem? Please describe. Currently, Temporal does not support installation via WinGet, which is a widely used package manager for Windows. This limits...
https://github.com/temporalio/cli/blob/3de277f4a34beeb171cb48d0a1f0fb7e0b37931e/temporalcli/commands.workflow.go#L180-L186
Currently, in the new CLI branch there are many cases where `--flag` flags are actually required. However, the `--help` test does not indicate this. We should ensure that every command's...
### Is your feature request related to a problem? Please describe. The versioning API is changing with new abstractions that need to be supported by the CLI. This work should...
From https://github.com/temporalio/cli/pull/455#discussion_r1501713227 > In our current (0.x) `temporal` CLI, signal and update use `--name` whereas query uses `--type`. However, IMO we need the flag name to be the same for...