CLI command
skarbiec audit
Read the append-only audit journal in chronological order.
Invocation#
skarbiec audit [--limit <N>]Purpose#
Read the append-only audit journal in chronological order.
Required inputs and options#
- No positional input. --limit returns only the newest positive N entries while preserving oldest-to-newest order.
Output and state effects#
- Prints a JSON array of audit entries and changes no journal state.
Refusals#
- Refuses a non-whole or zero --limit and propagates malformed journal lines rather than silently skipping them.