start
Starts a scenario.
Usage:
mg start [<scenario>] [--verbose] [<options>...]
<scenario>: The name of the scenario to start.--verbose: Prints extra details about the invocation of each service.<options>: Option overrides to pass to services, given in the form--service.option value, whereserviceis the name of a service defined by the scenario andoptionis the name of an option defined by the process template for that service.
If MarketGrid is not running, the <scenario> argument must be given to specify which scenario to start. If no scenario is specified, a list of available scenarios will be printed.
If a MarketGrid scenario is already running, executing mg start with no scenario name will bring up any services defined in the scenario that are not running.