Plugins
The plugin command manages and executes plugin extensions.
Mercury OCIP Docs
The guide to plugin architecture and development can be found here:
Usage
Actions
list
Lists all available plugins installed in the system.
Example:
Plugin Commands
Each plugin can define its own set of commands. Available commands depend on which plugins are installed.
General format:
Plugin Discovery
Plugins are automatically discovered through entry points. The CLI loads plugin modules and exposes their commands dynamically.
Output
Success: Plugin command executes and returns its result. Failure: Shows error during plugin instantiation or command execution with traceback.
Plugin Errors
If a plugin fails to load, it's silently skipped during discovery. Only plugins that successfully instantiate are made available.