cli
cli copied to clipboard
Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal
## What was changed To be consistent with other SDK repos, remove `Makefile` that was added in an unrelated PR at #561. May be reintroduced, but should at least get...
Similar to #673, having an `expermiental: true` flag would be helpful for further standardizing the config and instead having the parser/code generator do the heavy lifting in adding details to...
Instead of having a big string like ``` +-----------------------------------------------------------------------------+ | CAUTION: This command is deprecated and will be removed in a later release. | +-----------------------------------------------------------------------------+ ``` for each command that's...
## What was changed - addressed comments by adding more description to the `task-queue describe` command ## Why? - better readability ## Checklist 1. Closes 2. How was this tested:...
Running `server start-dev` multiple times concurrently may occasionally cause a nil dereference to occur. This was caught by CI. Example run: https://github.com/temporalio/cli/actions/runs/10855312160/job/30127644431?pr=658 Backtrace: ``` commands_test.go:182: Calling: server start-dev -p 60743...
Expose update-with-start operations via the SDK
## What was changed Fix register search attributes when starting server ## Why? Currently, search attributes are registered after the server is ready, which can cause race condition with other...
### Is your feature request related to a problem? Please describe. Every time we restart the development server using `start-dev`, we have to click the moon/sun button in the UI...
See https://github.com/temporalio/cli/pull/642#discussion_r1735366421 > Note, this update error may contain lots of valuable information beyond just the message appended to "unable to update workflow: ". It may have details, causes, etc....
### Describe the solution you'd like There is a use case where a slow remote codec can timeout on `workflow show`. The Go SDK defaults to 10s for get history...