Lem/Docs

audit

Run Lem's provenance audit.

Invocation#

Shell
lem-cli audit [--paper <id-or-title>] [--no-report] [--force] [--transcripts]

Inputs and options#

  • --paper <id-or-title> restricts the audit: a UUID becomes an id filter; any other value becomes the title filter passed to the auditor.
  • --no-report runs without writing the default report. --force refreshes provenance. --transcripts refreshes the transcript index.

Output and state#

Runs LemProvenanceAuditor against the configured registry and prints report as JSON. By default it writes the report and includes report_path; --no-report omits both the write and that field.

Refusals#

  • --paper without a following value refuses with “--paper needs an id or title”.
  • Any unknown option refuses with “audit: unknown option <argument>”.
  • An auditor error refuses with “audit failed: <detail>”.