deletePlugin

Back to index

Summary

Deletes an existing plugin object without deleting the associated project or files.
pluginName
Stringrequired
The name of the plugin.

Usage

Perl

$cmdr->deletePlugin( "test-pluginName" # pluginName );

ectool

ectool deletePlugin \ "test-pluginName" `# pluginName`

Examples

Perl

$cmdr->deletePlugin("TheWidget-1.0");

ectool

ectool deletePlugin "TheWidget-1.0"