Docs/CLI reference

CLI reference

tama list

Lists every hook in the sealed catalog, either as a compact tab-separated inventory or as the complete catalog JSON document.

Lists every hook in the sealed catalog, either as a compact tab-separated inventory or as the complete catalog JSON document.

#Invocation

tama list [--json]

The command takes no positional input. --json selects the structured catalog document; without it, each line contains the hook id, archived source path (or -), and comma-separated events.

#Output and state

Text mode writes one row per hook. JSON mode writes the catalog version, generation time, hooks, orphan sources, adapters, and repository Git hooks. The command is read-only and exits 0 after producing the inventory.

#Refusals and failures

If the catalog or registry cannot be read or parsed, Tama writes the underlying error to stderr and exits 1. There are no command-specific policy refusals.

Return to the complete CLI command tree.