Closed sanmiguel closed 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.
bucket-type update
bucket-type create
We should add bucket-type update and make both strict:
create
update
Fixes in #40
Currently, we have no explicit
bucket-type update
command, butbucket-type create
happily updates the bucket-type with the given props.We should add
bucket-type update
and make both strict:create
will only operate on a non-existing bucket-typeupdate
will only operate on an existing bucket-type