Skip to content

epic

usage: cox epic [-h] {watch} ...

Watch a detached run.

positional arguments:
  {watch}
    watch     poll a detached run's pidfile until it exits

options:
  -h, --help  show this help message and exit

examples:
  cox epic watch RUN.pid --log RUN.log
  cox epic watch RUN.pid --json

watch

usage: cox epic watch [-h] [--log LOG] [--max-seconds MAX_SECONDS]
                      [--interval INTERVAL] [--json]
                      pidfile

positional arguments:
  pidfile

options:
  -h, --help            show this help message and exit
  --log LOG
  --max-seconds MAX_SECONDS
  --interval INTERVAL
  --json