pengutils.utils.cli_plugins module¶
Plugins CLI¶
This script provides a command-line interface (CLI) for managing plugins via the Penguin RemoteCtrl Plugin Unix socket. It uses Click for the CLI interface.
Example usage¶
plugins load plugin_name [key=value ...]
plugins enable plugin_name [key=value ...]
plugins disable plugin_name [key=value ...]
Options¶
--sock: Path to plugin socket (default: /workspace/results/latest/remotectrl.sock)