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
243 stars 32 forks source link

Implement Get/Update methods for versioning rules #556

Closed antlai-temporal closed 2 months ago

antlai-temporal commented 2 months ago

What was changed

Implements task-queue versioning methods including:

add-redirect-rule Adds the rule to the list of redirect rules for this Task Queue. commit-build-id Completes the rollout of a Build ID for this Task Queue. delete-assignment-rule Deletes the rule at a given index in the list of assignment rules for this Task Queue. delete-redirect-rule Deletes the rule with the given build ID for this Task Queue. insert-assignment-rule Inserts the rule to the list of assignment rules for this Task Queue. replace-assignment-rule Replaces the rule at a given index in the list of assignment rules for this Task Queue. replace-redirect-rule Replaces the redirect rule with the given source build ID for this Task Queue. get-rules Retrieves the worker Build ID assignment and redirect rules on the Task Queue.

CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.