cli
cli copied to clipboard
Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal
Report from Shahab: FYI, it seems task-queue describe in CLI replaces the build ID that server returns with "UNVERSIONED" constant if the worker doesn't have versioning enabled. I think we...
### Is your feature request related to a problem? Please describe. The CLI for schedules only supports `put` semantics, and not `patch` semantics, which would be convenient for simple changes....
### Description We can no longer use BuildJet runners. Need to fix the following GH workflow: ``` cli/.github/workflows/ci.yaml 19: runsOn: buildjet-4vcpu-ubuntu-2204-arm ```
The CLI server is the most convenient way to run a server for prototyping and in CI. It should have simple `curl | sh` as an installation option, as is...