hogli
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesehogli - PostHog Developer CLI
hogli - PostHog 开发者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 to get the full, current command list. Run for any subcommand.
hogli --helphogli <command> --help用于 PostHog 开发的统一CLI。将所有仓库脚本、bin 命令和工具封装到单一入口点。项目中没有 Makefile —— hogli 就是等效替代方案。
运行 可获取完整的最新命令列表。对任意子命令可运行 查看对应帮助。
hogli --helphogli <command> --helpProcess logging (for agents/debugging)
进程日志(供 Agent/调试使用)
hogli dev:setup --log/tmp/posthog-<process>.log<process>bin/mprocs.yamlhogli dev:setup --log/tmp/posthog-<process>.log<process>bin/mprocs.yamlKey references
关键参考
- — command definitions (source of truth)
common/hogli/manifest.yaml - — extension point for custom Click commands
common/hogli/commands.py - — full developer and architecture docs
common/hogli/README.md
- — 命令定义(唯一可信源)
common/hogli/manifest.yaml - — 自定义 Click 命令的扩展点
common/hogli/commands.py - — 完整的开发者和架构文档
common/hogli/README.md