website/content/articles/command.md

973 B

title date description draft weight version
Command Reference 2022-09-10T22:45:07-04:00 Full command usage false 1 2.0.0

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