Comamnd Reference
The command can be used to launch any number of configured objects using a space separated list.
Listing configured objects
Running the command with no arguments will list all configured groups, components, and tasks that are configured in the configuration file.
conductor
Launching a specific item
Launchign a group
conductor groupname
Launching a specific component
conductor componentname
Launching a specific root level task
conductor taskname
Launching a compoennt level task
conductor componentname:taskname
Launching Multiple Specific Items
Multiple objects can be ran with a space separated list. Groups, components, and tasks can be used interchangably.
conductor mygroup mytask mycomponent mycomponent:subtask