@karmaniverous/jeeves
    Preparing search index...

    Interface CreatePluginCliOptions

    Options for creating a plugin installer CLI.

    interface CreatePluginCliOptions {
        componentName?: string;
        configRoot?: string;
        importMetaUrl: string;
        pluginId: string;
        pluginPackage: string;
        workspace?: string;
    }
    Index

    Properties

    componentName?: string

    Component name (e.g., 'watcher'). Derived from pluginId if omitted.

    configRoot?: string

    Config root (defaults to 'j:/config').

    importMetaUrl: string

    import.meta.url for the calling plugin CLI module.

    pluginId: string

    Plugin identifier (e.g., 'jeeves-watcher-openclaw').

    pluginPackage: string

    npm package name for the plugin.

    workspace?: string

    Workspace root (defaults to OpenClaw workspace).