All the command-line tools support a set of common configuration flags, defined in config.py. Use --help with any of them to see the full list.
mrq-workerstarts a workermrq-dashboardstarts the web dashboard on the default portmrq-runruns a task. If you add the--asyncoption that will enqueue it to be later ran by a worker
Typical usage is:
$ mrq-run tasks.mylib.myfile.MyTask '{"param1": 1, "param2": True}'