hogli - PostHog Developer CLI
Unified CLI for PostHog development. Wraps all repo scripts, bin commands, and tooling behind a single entry point. There is no Makefile — hogli is the equivalent.
Run hogli --help to get the full, current command list. Run hogli <command> --help for any subcommand.
Process logging (for agents/debugging)
hogli dev:setup --log enables file logging for all mprocs processes. Logs go to /tmp/posthog-<process>.log where <process> matches the mprocs process key (see bin/mprocs.yaml ).
Key references
-
common/hogli/manifest.yaml — command definitions (source of truth)
-
common/hogli/commands.py — extension point for custom Click commands
-
common/hogli/README.md — full developer and architecture docs