v0.2.0 — self-documenting (built-in guide)
What's new in v0.2.0
Focus: make the CLI self-documenting so agents (and humans) can use it without any external context.
- 🧭
openproject guide— a built-in operating manual: output contract, auth, name resolution, filter discovery, and gotchas, plus per-topic cheat-sheets (guide search,guide wp,guide time,guide costs, …). - 🆘 Self-documenting help — root
--helpnow signpostsguideandsearch fields; the trickiest commands (wp create/update,comment edit,time add,member add,raw patch) carry examples and gotchas inline. - 🔖
--version/-Vflag. - 📦 Release workflow now attaches each platform binary independently (a slow/queued runner no longer blocks the others).
215-test suite (unit + integration) green in CI against a live OpenProject instance.
Install
pipx (recommended):
pipx install https://github.com/alexander-zierhut/agent-tool-openproject-cli/releases/download/v0.2.0/openproject_cli-0.2.0-py3-none-any.whlSingle binary (no Python) — download openproject-linux-x86_64 (macOS/Windows attached by CI), then:
chmod +x openproject-linux-x86_64 && mv openproject-linux-x86_64 /usr/local/bin/openproject
openproject guide # learn the tool from the tool