Module cli::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§

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