CLICommandBase was missing a COMMANDS dict, causing an AttributeError
when the mgr daemon tried to load the rook module. Subtypes created via
make_registry_subtype get their own COMMANDS dict, but the base class
needs one too as a fallback.
Signed-off-by: David Galloway <david.galloway@ibm.com>