This module is one of the most important as it allows to directly interact with CBM's server
This section will give a brief overview of each command's capabilities.
These two commands are pretty self explanatory, so here's a quick exemple of both:
cbm server start
cbm server stopThese two commands allow you to respectively drop or add a repository to CBM's watch-list.
cbm server add 'path/to/repository'
cbm server drop 'repository-name'This command will list some information's what CBM's server.
By default, if no arguments are provided, it will display CBM's watch-list (and is currently this only behavior of this command).
cbm server list