guild_api_runs_cli {guildai} | R Documentation |
guild_api_runs_cli Show runs as JSON.
Description
IMPORTANT: This command is experimental and subject to change without notice.
Usage
guild_api_runs_cli(
...,
format = NA,
filter = NULL,
operation = NULL,
label = NULL,
unlabeled = NA,
tag = NULL,
comment = NULL,
marked = NA,
unmarked = NA,
started = NULL,
digest = NULL,
running = NA,
completed = NA,
error = NA,
terminated = NA,
pending = NA,
staged = NA,
api_version = NULL,
deleted = NA,
include_batch = NA
)
Arguments
... |
passed on to the |
format |
(bool) Format the JSON outout. |
filter |
Filter runs using a filter expression. See Filter by Expression above for details. |
operation |
Filter runs with operations matching |
label |
Filter runs with labels matching VAL. To show unlabeled runs, use |
unlabeled |
(bool) Filter runs without labels. |
tag |
Filter runs with TAG. |
comment |
Filter runs with comments matching VAL. |
marked |
(bool) Filter marked runs. |
unmarked |
(bool) Filter unmarked runs. |
started |
Filter runs started within RANGE. See above for valid time ranges. |
digest |
Filter runs with a matching source code digest. |
running |
(bool) Filter runs that are still running. |
completed |
(bool) Filter completed runs. |
error |
(bool) Filter runs that exited with an error. |
terminated |
(bool) Filter runs terminated by the user. |
pending |
(bool) Filter pending runs. |
staged |
(bool) Filter staged runs. |
api_version |
API version. |
deleted |
(bool) Show deleted runs. |
include_batch |
(bool) Include batch runs. |