command missing in new Temporal CLI
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
-
Use the old tctl, but at some point it will be deprecated.
-
I cannot create it from scratch since we already have namespaces in use.