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

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...

enhancement

### 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....

enhancement

### 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 ```

enhancement

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...

enhancement