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

There is a server caching bug for the new versioning features that is fixed in: https://github.com/temporalio/temporal/pull/6978 Unfortunately, there are no OSS releases that currently include it at this point, so...

enhancement

### Describe the bug When performing a batch reset on completed workflows, sometimes they end up in terminated state. I have not properly investigated yet, but it felt incorrect. It...

bug

The code generation we do for the docs site should also generate an index of environment variables similar to: https://docs.temporal.io/cli#environment-variables

enhancement

### Describe the solution you'd like See https://github.com/temporalio/features/issues/486. Specifically, after https://github.com/temporalio/sdk-go/issues/1673: * Accept `--static-summary` and `--static-details` in all ways to start a workflow (start, signal with start (if present), and...

enhancement

### Is your feature request related to a problem? Please describe. Once the Documentation information is generated from the CLI repo, it would be nice to have the CLI `--help`...

enhancement

## What was changed - Create versions before using them in a Pinned Versioning Override - Require Deployment Name and Build ID flags to be set if override is Pinned....

### What are you really trying to do? I created a worker deployment / associated version to test out the functionality. I would now like to delete that deployment and...

bug

# What changed? Print out ScheduleToStart and StartToClose timeouts for workflow pending nexus operations. NOTE: Do not merge until https://github.com/temporalio/temporal/pull/9010 and https://github.com/temporalio/api/pull/695 are merged.

## What was changed Enhanced existing CLI commands with AI-friendly debugging features: **Enhanced `temporal workflow list`:** - `--failed` - Lists failed workflows with automatic root cause analysis - `--since` -...

## What was changed ## Why? ## Checklist 1. Closes 2. How was this tested: 3. Any docs updates needed?