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

Nexus #577

Open bergundy opened 1 month ago

bergundy commented 1 month ago

What was changed

There's a TODO I left to fix the describe task queue command due to it referencing the deleted tqname package from the server repo. I'll let @antlai-temporal address that as part of his work on versioning. Also had to point the server at my local commit due to an unmerged small fix.

DO NOT MERGE until I fix the TODO and the server and SDK dependencies.

antlai-temporal commented 1 month ago

The fix for tqname is already in the versioning-2 branch but it may take a while (blocked on go SDK merge) until we merge it. It is just two lines, and I don't want to block your PR, do you want to go ahead and add them?