Skip to content

warden runs

Terminal window
warden runs [list] [options]
warden runs show <files...> [options]
warden runs follow [run] [options]
warden runs gc [options]

Browses, shows, follows, and cleans up saved Warden run logs.

SubcommandPurpose
listList saved runs. This is the default.
show <files...>Show results from saved logs or run IDs.
follow [run]Tail a live or completed session.
gcRemove expired session logs.
OptionPurpose
-C, --cwd <path>Run as if invoked from this directory.
--followFollow a run instead of showing it once.
--allInclude zero-file sessions in runs list output.
--jsonOutput results as JSON.
--report-on <severity>For show, only show findings at or above this severity.
--min-confidence <level>For show, only show findings at or above this confidence.
--quietErrors and final summary only.
-v, --verboseIncrease verbosity. Repeat as -vv or combine with --debug.
--debugEnable debug output.
--logUse log output mode.
--color / --no-colorOverride color detection.
-h, --helpShow help for this command.
Terminal window
warden runs
warden runs list --all
warden runs show deadbeef
warden runs follow
warden runs --follow deadbeef
warden runs gc