Skip to main content
gandalf report renders a markdown report of Gandalf’s evidence, audit findings, provenance, and trust posture. Pass a snapshot name to report on a saved state, or use the default current to snapshot live state on demand.

Synopsis

[reference] defaults to current. Any saved snapshot name is also valid.

Flags

Examples

Behavior

  • With current, Gandalf captures live state, then renders the report.
  • With a saved snapshot name, Gandalf loads the snapshot, captures current state, and includes a graph diff between them.
  • --out writes markdown to the given path (mode 0644).
  • --json emits a structured envelope containing the source snapshot and the rendered markdown.