IMPORTANT: This command is experimental and subject to change without notice.
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
)passed on to the guild executable. Arguments are automatically quoted with shQuote(), unless they are protected with I(). Pass '--help' or help = TRUE to see all options.
(bool) Format the JSON outout.
Filter runs using a filter expression. See Filter by Expression above for details.
Filter runs with operations matching VAL.
Filter runs with labels matching VAL. To show unlabeled runs, use unlabeled.
(bool) Filter runs without labels.
Filter runs with TAG.
Filter runs with comments matching VAL.
(bool) Filter marked runs.
(bool) Filter unmarked runs.
Filter runs started within RANGE. See above for valid time ranges.
Filter runs with a matching source code digest.
(bool) Filter runs that are still running.
(bool) Filter completed runs.
(bool) Filter runs that exited with an error.
(bool) Filter runs terminated by the user.
(bool) Filter pending runs.
(bool) Filter staged runs.
API version.
(bool) Show deleted runs.
(bool) Include batch runs.