run
Executes a pipeline.
mr run [flags]Flags
--pipeline, -r: The name of the pipeline to be executed.--module, -m: The name of the module to be executed.--vars, -v: Array of variables to be passed to the templates. The--varsflag replaces the form fields. If a variable is provided with the same name as theoutof a form field, the field in question will not be displayed.
Example
mr run --module crud-maker --pipeline setup-database --vars controller:"users",method:"get",middlewares:"auth|validate",createTable:true