Docs/CLI reference

CLI reference

tama verify

Runs the native release verification harness bundled next to the Tama CLI.

Runs the native release verification harness bundled next to the Tama CLI.

#Invocation

tama verify

The command has no required input or public options. It resolves tama-require-live-runtime beside the running CLI and starts it with the selected Tama root as its working directory.

#Output and state

The verification harness owns its output and performs catalog validation plus live hook block fixtures. Tama exits with the harness exit code; a signal or spawn failure maps to exit 1.

#Refusals and failures

If the native harness is not installed next to the CLI, Tama writes exactly tama-require-live-runtime not found next to this binary and exits 1. The command has no fallback to the removed Node CLI.

Return to the complete CLI command tree.