Interface PluginDeployOptions

interface PluginDeployOptions {
    ignoreOtherVersions?: boolean;
    version: string;
}

Properties

ignoreOtherVersions?: boolean

Instructs the deployer to ignore any existing plugins with different versions

version: string