Allow to manage runs from CLI: ``` towr runs list --status RUNNING ... towr runs view -i <myRunId> towr runs delete -i <myRunId> towr runs cancel -i <myRunId> towr runs relaunch -i <myRunId> ```
Allow to manage runs from CLI: