rackspace / rack

A CLI for Rackspace (unmaintained)
Other
81 stars 57 forks source link

setting metadata doesn't support comma-delimeted values #439

Closed jamiehannaford closed 6 years ago

jamiehannaford commented 8 years ago

I want to create a server with the following metadata:

groups=k8s-cluster,kube-master,etcd

the value itself is a comma-delimeted string, but because of the way rack handles the --metadata arg, this cannot be done. You get an error like this:

error Invalid flag formatting: Expected key1=value1,key2=value2 format but got kube-master for --metadata.