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
