temporalio / cli

Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal
https://docs.temporal.io/cli
MIT License
243 stars 32 forks source link

`temporal operator namespace commands` do not treat `--data` consistently #552

Closed josh-berry closed 1 month ago

josh-berry commented 2 months ago

temporal operator namespace create -n foo --data key1=value1,key2=value2

...is not consistent with...

temporal operator namespace update -n foo --data key1=value1 --data key2=value2

We should make namespace create accept multiple key/value pairs thru multiple uses of --data, to be consistent with namespace update.