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

## What was changed Support for schedule list query parameter ## Checklist 1. Closes https://github.com/temporalio/cli/issues/616 2. How was this tested: Added new tests

### Is your feature request related to a problem? Please describe. Child of https://github.com/temporalio/features/issues/469 ### Describe the solution you'd like ### Additional context

enhancement

As part of #584, I discovered we depend on some non-public Server APIs for dealing with task queues. We should not do this, since these APIs might change at a...

bug

### Describe the bug We recently added an integration test that starts a total of 80 dev server, with a maximum of 8 instances running concurrently. This is used to...

bug

### Is your feature request related to a problem? Please describe. The CLI supports 10 commands, most of which offer several subcommands and support various command-line flags. Although I use...

enhancement

In general, CLIs are not expected to produce logging output: they take in stdin and command line args, and output stdout and stderr. Our CLI does have at least one...

bug

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.64.0 to 1.64.1. Release notes Sourced from google.golang.org/grpc's releases. Release 1.64.1 Dependencies Update x/net/http2 to address CVE-2023-45288 (#7352) metadata: remove String method from MD to make printing...

dependencies

### Describe the solution you'd like Per https://github.com/temporalio/temporal/pull/6256, `operator namespace describe` will have capabilities set. We show this by default on JSON because we show entire response, but need to...

enhancement

Support query for `temporal schedule list` using this new field: https://github.com/temporalio/api/blob/6cd92a2f214a2d14872af81e31b6eee2f8b745ca/temporal/api/workflowservice/v1/request_response.proto#L1157

enhancement

Some ideas: ``` ID Time Type Details 1 2024-07-01T17:43:22Z WorkflowExecutionStarted MyWorkflowType 2 2024-07-01T17:43:22Z WorkflowTaskScheduled MyTaskQueue? 3 2024-07-01T17:43:34Z WorkflowTaskStarted ${schedule to start time} 4 2024-07-01T17:43:34Z WorkflowTaskCompleted ${processing time} 5 2024-07-01T17:43:34Z StartChildWorkflowExecutionInitiated...

enhancement