Hi, from where can I get the current running cluster configuration (both static and dynamic values) information?
I don’t see this information anywhere neither in Temporal UI nor Temporal CLI.
For example, in particular, when running “temporal server start-dev --dynamic-config-value …” on the command execution it’s not clear whether this value has been applied at all, and afterwards there is no way to query the cluster information as well.
“temporal operator cluster describe” gives only extremely minimal information:
ClusterName PersistenceStore VisibilityStore
active sqlite sqlite
It’s pretty basic basic and very important information. Is it currently missing?