Skip to content

exec module

Executes a run that belongs to a module.

Terminal window
mr exec module [flags]

Flags

  • --run, -r: The name of the run that will be executed.
  • --module, -m: The name of the module that will be executed.

Example

Terminal window
mr exec module --module crud-maker --run setup-database

TUI

To view the Mr. Smith user interface, simply execute mr exec module and all modules will be listed. If you want to see only the runs of a specific module, execute mr exec module --module <module-name>.

image