Install a plugin
Install by approved alias:add and i are aliases for install:
JOLTER_HOME/plugins, and refreshes shims for the plugin commands.
List installed plugins
--json and rely on field names and exit status.
Use plugin-provided tools
After installing a provider, use the tool like any other Jolter-managed tool:pin records both the tool requirement and the provider requirement in jolter.json.
Sync projects with plugins
Projects that declare plugins require those providers before plugin tools can be resolved.--yes, Jolter verifies required plugins are already installed. Missing plugins fail with remediation text.
Allow Jolter to install missing declared plugins:
--yes only after the plugin requirements have been reviewed.
Update plugins
Update one installed plugin:up is an alias:
jolter update:
Uninstall plugins
remove and rm are aliases:
--force only when you intentionally want to remove the provider anyway:
Resolve provider ambiguity
If multiple installed plugins provide the same tool, declare the intended provider:jolter.json
Registry override
JOLTER_REGISTRY_URL changes the registry used by plugin commands:
jolter doctor in the same shell to confirm the active configuration.