GuidesAPI reference
DiscordDashboard
DiscordDashboard

pipeline runs

Usage

usage: pipeline runs [-h] {list,ls,get} ...

Manage pipeline runs

positional arguments:
  {list,ls,get}
    list (ls)    List the currently executing runs
    get          Get run information from a remote compute service

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

Description

Manage pipeline runs on the currently active remote compute service.

pipeline runs list

usage: pipeline runs list [-h]

List the currently executing runs

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

pipeline runs get

usage: pipeline runs get [-h] [-r] run_id

Get run information from a remote compute service

positional arguments:
  run_id        The run id

options:
  -h, --help    show this help message and exit
  -r, --result  Get the run result