Arguments
string
required
The session to export.
Options
string
Directory to write the report and videos to. Defaults to a directory under the
current working directory.
boolean
Only export when Mo is idle and all sub-agents are done. Checks once and exits
without writing otherwise; it does not wait.
Output
The command prints the output directory. Inside it,report.json is the
manifest:
findings names; newer servers can add categories. artifacts
holds each recording download as { bugName, path } or { bugName, error }.
Examples
Export once the session finishes:Notes
Exporting does not rerun anything. To compare a recheck,mo send the recheck
request, wait for idle, and export again into a second --output directory.