temporal icon indicating copy to clipboard operation
temporal copied to clipboard

command missing in new Temporal CLI

Open sonrel opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. I have not found a command replacing this behaviour in the new cli, where you update a namespace to contain multiple clusters: tctl --namespace "myNamespace" namespace update --clusters clusterA clusterB

for context: https://community.temporal.io/t/running-into-problems-testing-multi-cluster-replication-locally-via-docker/5920/8

it is marked as the solution in thread above.

Describe the solution you'd like temporal operator namespace update --cluster 'clusterA clusterB' "myNamespace" Have the cluster accept a list of clusters and not only a single one.

Describe alternatives you've considered

  1. Use the old tctl, but at some point it will be deprecated.

  2. I cannot create it from scratch since we already have namespaces in use.

sonrel avatar Mar 25 '24 12:03 sonrel