Documentation
¶
Overview ¶
Command obsigna is the Agent Receipts read-side CLI. It is the renamed successor to `agent-receipts` (ADR-0030): the canonical surface is grouped noun-verb (`obsigna receipt verify`, `obsigna keys rotate`), with a closed set of flat aliases {verify, show} preserved for the verbs that live in existing scripts.
Subcommand logic lives in internal/{verifycli,showcli,listcli,verifyeventcli, doctorcli,keyscli} so each verb is testable without shelling out to the binary; this file is only the dispatcher and the help surface, both driven by the declarative tree in registry.go.
Click to show internal directories.
Click to hide internal directories.