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, where service is the name of a service defined by the scenario and option is 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.

See also

  • To check which services are currently running, use mg status.

  • To stop MarketGrid, use mg stop or simply stop the container.