basho / clique

CLI Framework for Erlang
Apache License 2.0
147 stars 49 forks source link

Show usage information for config values #2

Closed andrewjstone closed 9 years ago

andrewjstone commented 9 years ago

We currently have no way of showing usage for cuttlefish config. We probably want something like: riak-admin config transfer_limit or riak-admin usage transfer-limit where it shows the usage information that is written in the cuttlefish schemas.

andrewjstone commented 9 years ago

Implemented with https://github.com/basho/riak_cli/pull/6 and https://github.com/basho/riak_cli/pull/15

andrewjstone commented 9 years ago

Implemented as riak admin-describe <Key1> [Key2]