basho-labs / riak-mesos-tools

CLI and other tools for interacting with the Riak Mesos Framework.
Apache License 2.0
3 stars 6 forks source link

Make bucket-types commands stricter #38

Closed sanmiguel closed 8 years ago

sanmiguel commented 8 years ago

Currently, we have no explicit bucket-type update command, but bucket-type create happily updates the bucket-type with the given props.

We should add bucket-type update and make both strict:

sanmiguel commented 8 years ago

Fixes in #40