Module runner

Module runner 

Source
Expand description

§runner

Runs the requested tasks.
The flow is as follows:

  • Load env variables
  • Create an execution plan based on the requested task and its dependencies
  • Run all tasks defined in the execution plan

Functions§

run
Runs the requested tasks.
The flow is as follows: