Actualis

Reference

Command reference

Everything the CLI accepts. Flags compose unless noted.

Filters

FlagEffect
--days NOnly the last N days. The fastest way to make a slow run fast.
--project SUBSTROnly projects whose name contains SUBSTR.
--agent claude|codex|allWhich agents to include. Default all.
--top NProjects to list. Default 12.
--root DIRRead transcripts from DIR instead of the default locations.

Views

FlagEffect
--bashShell audit only. Skips cost entirely.
--coachCoaching findings only.
--agentsWhich agent platforms are installed, and whether their binaries are validly signed by the expected publisher.

Explaining a number

FlagEffect
--explainList the topics you can ask about.
--explain TOPICHow a number is computed, what it assumes, and how to check it. Topics: sources, cost, cache, tickets, secrets, subagents, shell, coach, agents.
--why AFxxxWhy one coach finding fired, against your actual numbers.

Output

FlagEffect
--jsonMachine-readable output. Redacted by default. See integrations.
--shareA postable summary containing nothing identifying — no project names, branches, paths, commands or identifiers.
--no-redactDo not redact credentials from output. Unsafe to share or pipe to a file you forget about.

Live monitoring

FlagEffect
--watchPoll for new secrets and risky commands, notifying as they appear.
--interval SECPoll interval. Default 4.
--quietWith --watch: notify on secrets only, not every flagged command.

Other

FlagEffect
--mcpRun as an MCP server over stdio so an agent can query itself.
--versionPrint the version.