v0.1.0 — agent-ready OpenProject CLI
First release of openproject-cli — an agent-ready command-line interface for OpenProject (REST API v3).
Highlights
- Work packages: create, update, delete, move, assign, watch, schema discovery
- Discoverable search: plain flags (
--mine,--overdue,--updated-since 7d), presets (search mine),--whereexpressions, andsearch fields|operators|values - Projects, comments, time entries, notifications, wiki, attachments + Nextcloud file links
- Per-person time & cost reporting for monthly invoicing
- 3 output formats (json/table/markdown),
--fieldsselection, secure OS-keyring credentials - 208-test suite (unit + integration) run against a live OpenProject instance
Install
pipx (recommended):
pipx install https://github.com/alexander-zierhut/agent-tool-openproject-cli/releases/download/v0.1.0/openproject_cli-0.1.0-py3-none-any.whlSingle binary (no Python needed) — download openproject-linux-x86_64, then:
chmod +x openproject-linux-x86_64 && mv openproject-linux-x86_64 /usr/local/bin/openproject
openproject --helpmacOS/Windows binaries are attached by CI. See the README and AGENTS.md.