Full Issue Lifecycle
List, view, create, update, close, and delete Redmine issues from the command line.
A fast, open-source command-line client for Redmine written in Go. Manage issues from your terminal or let AI agents handle it via the built-in MCP server.
WARNING
This project is experimental. The API and CLI interface are not yet stable and may introduce breaking changes without notice.
# 1. Install
brew tap nbifrye/rmn https://github.com/nbifrye/rmn.git
brew install nbifrye/rmn/rmn
# 2. Authenticate
rmn auth login --url https://your-redmine.example.com --api-key YOUR_API_KEY
# 3. List your issues
rmn issue list -a me
# 4. View issue details
rmn issue view 42