The MettleCI Command Line Interface itself offers no useful functionality, and simply acts as a shell for the invocation of functionality provided by MettleCI CLI Plugins. Which plugin provides which commands are listed in the MettleCI CLI Plugin Reference.
The default MettleCI CLI that a user downloads contains the latest version of all the Mettle Plugins, but there may bne be times when you wish to update a plugin, or install a new plugin which provides new functionality.
Installing New Plugins
Installing MettleCI Command Line Interface Plugins is as simple as placing them in the plugins sub-directory of your CLI installation directory. Note that plugins are loaded when the CLI is started, so you’ll need to exit and restart any running CLI sessions before any newly installed plugins are recognised.
...
Updating Plugins
Upgrading a plugin is as simple as downloading the upgraded plugin JAR file and placing in the plugins sub-directory of your CLI installation directory.
...