cli icon indicating copy to clipboard operation
cli copied to clipboard

[Feature Request] `task-queue describe` does odd text replacement of unversioned workers

Open Sushisource opened this issue 9 months ago • 0 comments

Report from Shahab:

FYI, it seems task-queue describe in CLI replaces the build ID that server returns with "UNVERSIONED" constant if the worker doesn't have versioning enabled. I think we should just show the three values separately: deployment name, build ID, useVersioning.

shahab@Shahabs-MBP-2 bench-go % temporal task-queue describe -t temporal-bench -o json
{
  "reachability": null,
  "pollers": [
    {
      "buildId": "UNVERSIONED",

We can just match what UI shows here Image

Sushisource avatar May 08 '25 21:05 Sushisource