Skip to content

v0.1.0 — agent-ready OpenProject CLI

Choose a tag to compare

@alexander-zierhut alexander-zierhut released this 15 Jul 13:21
73698e3

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), --where expressions, and search 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), --fields selection, 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.whl

Single 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 --help

macOS/Windows binaries are attached by CI. See the README and AGENTS.md.