Back to index
Summary
Runs the Discover procedure in a plugin to discover contents of a list or set of resources, and store settings for them in theec_discovery
property sheets.pluginKeyStringrequiredVersion independent name of the plugin. pluginNameStringrequiredThe name of the plugin. projectNameStringrequiredThe name of the project. environmentNameStringrequiredThe name of the environment. environmentTierNameStringrequiredThe name of the environment tier. configurationNameStringrequiredThe name of the plugin configuration. resourceNameArrayoptionalList of resources to use for discovery. |
Usage
Perl
$cmdr->runDiscovery( "test-pluginKey", # pluginKey "test-pluginName", # pluginName "test-projectName", # projectName "test-environmentName", # environmentName "test-environmentTierName", # environmentTierName "test-configurationName" # configurationName # optionals );
ectool
ectool runDiscovery \ "test-pluginKey" `# pluginKey` \ "test-pluginName" `# pluginName` \ "test-projectName" `# projectName` \ "test-environmentName" `# environmentName` \ "test-environmentTierName" `# environmentTierName` \ "test-configurationName" `# configurationName` \ # optionals