Install Plugins
Learn how to install plugins with Terminus.
This section provides information on how to install plugins with Terminus, and how to add new commands through third-party plugins.
Install Plugins
Terminus ships with a plugin manager. You can use a Terminus command like the example below to install a plugin:
terminus self:plugin:install pantheon-systems/terminus-plugin-example
You can also pass a path to the install command and it will install the plugin from that folder.
Update Plugins
Terminus ships with a plugin manager. You can use a Terminus command like the example below to update a plugin:
terminus self:plugin:update pantheon-systems/terminus-plugin-example
Uninstall Plugins
Terminus ships with a plugin manager. You can use a Terminus command like the example below to uninstall a plugin:
terminus self:plugin:uninstall pantheon-systems/terminus-plugin-example