The config command anatomy should be:
rdrop config show [KEY]
rdrop config set <KEY> <VALUE>
rdrop config unset <KEY>
For the set/unset sub-commands, checks must be done to ensure that passed <KEY>s are supported and their <VALUE>s adhere to the current schema.
This feature could be implemented after #6 and #7.
The
configcommand anatomy should be:For the
set/unsetsub-commands, checks must be done to ensure that passed<KEY>s are supported and their<VALUE>s adhere to the current schema.This feature could be implemented after #6 and #7.