temporalio / cli

Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal
https://docs.temporal.io/cli
MIT License
241 stars 32 forks source link

Update server & add --reapply-exclude flag to reset #588

Closed Sushisource closed 4 weeks ago

Sushisource commented 1 month ago

What was changed

Added new flag & deprecated old --reapply-type flag Updated server to 1.24.1

Why?

New behavior is more extensible & easier to use

Checklist

  1. Closes

  2. How was this tested: Added tests

  3. Any docs updates needed?

Sushisource commented 1 month ago

Blocked by https://github.com/temporalio/cli/pull/584 since that has a more complete version of the server upgrade, and some of the associated fixes