Back to index
Summary
Deletes an existing plugin object without deleting the associated project or files.pluginNameStringrequiredThe name of the plugin. |
Usage
Perl
$cmdr->deletePlugin( "test-pluginName" # pluginName );
ectool
ectool deletePlugin \ "test-pluginName" `# pluginName`