scylladb / scylla-ccm

Cassandra Cluster Manager, modified for Scylla
Apache License 2.0
20 stars 62 forks source link

ccmlib/common: support yaml syntax in updateconf command values #512

Closed fruch closed 9 months ago

fruch commented 9 months ago

since in some place we need to be able to pass in a list for example in experimental_features, ccm didn't support it in the ccm updateconf command, now it would support it but passing it via the command line, like the following:

> ccm updateconf experimental_features:[udf,tablets]