The ingrain CLI is a single binary with a handful of subcommands. Run
ingrain --help at any time to see the full list.
| Command | Purpose |
|---|
analyze | Start an analysis workflow against the ingrain agent. |
config | Open the ingrain conf.toml in the default editor. |
hook | Run an Ingrain security review for the selected harness. |
init-* | Register the ingrain hook for an agentic harness (init-claude / init-cursor / init-speckit). |
install | Install the ingrain binary, PATH entry, and config file. |
uninstall | Remove the installed ingrain binary, PATH entry, and agent hooks. |
upgrade | Upgrade the ingrain binary to the latest published release. |
| Flag | Description |
|---|
--help, -h | Show the help message for any command. |
--version | Print the ingrain version and exit. |