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

### Is your feature request related to a problem? Please describe. Cool banners are cool and we should have one. It should be suppressible (along with existing versioning / endpoint...

enhancement

I think it would be helpful to users for the `start-dev` startup banner to print out something explaining what form of persistence the sense like to see information about the...

enhancement

When starting up with no previous DB contents, there should not be any errors (or warnings). ``` $ /opt/homebrew/bin/temporal server start-dev time=2024-08-09T12:36:38.477 level=ERROR msg="service failures" operation=GetSystemInfo error="Frontend is not healthy...

enhancement

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

## What was changed * Added experimental `temporal config` commands * Changed internals to have env vars use envconfig approach This cannot be merged until https://github.com/temporalio/sdk-go/pull/1849 is released, but can...

### Is your feature request related to a problem? Please describe. The list of environment variables on https://docs.temporal.io/cli#environment-variables does not explicitly state that these are environment variables set with your...

enhancement

### What are you really trying to do? Similar to how the web UI uses the `authorization` and `authorization-extras` headers, I'd like to be able to pass these via the...

bug

### Describe the solution you'd like See See https://github.com/temporalio/features/issues/441 and https://github.com/temporalio/proposals/blob/master/all-sdk/external-client-configuration.md. Implement once https://github.com/temporalio/sdk-go/issues/1815 is done.

enhancement

### Is your feature request related to a problem? Please describe. The new versioning-3.1 adds support for gradually ramping deployments that need to be enabled in the CLI.

enhancement

## Description The commands associated with the Worker Deployment API are changing to reflect versioning-3.1.

enhancement