Command Line Interface (CLI)
Runner command line interface, runner, lets the user control a runner through a terminal.
sub-command |
description |
|---|---|
list-runners |
list runners and their status |
remove-runner |
remove runner from metadata of the database |
start |
start a runner from metadata of the database |
stop |
stop a runner through metadata flags |
submit |
submit row(s) for run. |
cancel |
cancel row(s) for run. |
status |
check running status of row(s) |
graphical-status |
get graphical status of the workflow for a row |
Help
For each sub-command, help is available as:
$ runner --help
$ runner <sub-command> --help