provenance
Read the latest saved provenance report without running an audit.
Invocation#
lem-cli provenanceInputs and options#
- No positional inputs or options.
- Reads LemProvenanceAuditor.defaultReportURL, normally ~/.lem/provenance-audit.json.
Output and state#
Prints JSON containing report and report_path. If no report file can be read, report is null and note says to run lem-cli audit. This command does not write state.
Refusals#
- A readable report file that is not valid JSON refuses with “provenance report at <path> is not valid JSON”.
- Arguments after provenance are currently ignored by the dispatcher.