Skip to content

route

usage: cox route [-h] {context,status,file,chair,launch} ...

File work for the harness, and see what is queued or running.

positional arguments:
  {context,status,file,chair,launch}
    context             the routing profile's resolved context
    status              what is queued or running for this profile
    file                file a new ticket for the harness
    chair               the chair lock for the landing loop (runs/chair.json)
    launch              run one of the harness's graphs directly

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

examples:
  cox route launch epic --initiative work/<id> --repo PATH
  cox route status --profile PATH

context

usage: cox route context [-h] [--profile PROFILE] [--json]

options:
  -h, --help         show this help message and exit
  --profile PROFILE
  --json

status

usage: cox route status [-h] [--profile PROFILE] [--json]

options:
  -h, --help         show this help message and exit
  --profile PROFILE
  --json

file

usage: cox route file [-h] [--profile PROFILE] [--repo REPO] [--title TITLE]
                      [--body BODY] [--phase PHASE] [--intake]
                      [--from-intake FROM_INTAKE]

options:
  -h, --help            show this help message and exit
  --profile PROFILE
  --repo REPO
  --title TITLE
  --body BODY
  --phase PHASE
  --intake
  --from-intake FROM_INTAKE
                        link and file an existing intake file's initiative,
                        then retire it

chair

usage: cox route chair [-h] {take,beat,release,status,clear} ...

positional arguments:
  {take,beat,release,status,clear}
    take                take the chair lock if no live chair holds it
    beat                refresh the chair lock's heartbeat
    release             release the chair lock this session holds
    status              the chair lock's holder and computed state
    clear               remove the chair lock file, refusing a live holder
                        unless --force

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

launch

usage: cox route launch [-h] {epic,decompose,cos} ...

positional arguments:
  {epic,decompose,cos}
    epic                launch the epic graph against a filed initiative
    decompose           launch the decompose graph against an idea
    cos                 launch the cos graph

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