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. The default MettleCI CLI
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.
Plugins are released as JAR files with a filename that indicates their major, minor, and revision number in the form n.n-nnn
. When installing an upgraded version of a plugin you should remove the version of the plugin you’re replacing.