aigovops_lantern.cli¶
Command-line entry point. See CLI reference for the user-facing surface.
lantern — command-line entry point.
Three top-level commands, each read-only:
lantern read BUNDLE render a bundle for humans lantern diff OLD NEW compare two bundles lantern explain UCID look up a UCID in the registry
Run lantern --help for the full surface.
cmd_read(bundle_path, fmt=FormatChoice.text, role=None)
¶
Render a Beacon-signed evidence bundle for humans.
cmd_diff(old, new, fmt=FormatChoice.text, role=None)
¶
Compare two bundles and explain what changed.
cmd_explain(ucid_id, registry=None, fmt=FormatChoice.text)
¶
Look up a UCID and render its citations in plain language.