rootindex/redmine-lite-cli

Command line tool for common tasks in Redmine

1.3.1 2016-05-15 18:16 UTC

This package is auto-updated.

Last update: 2024-04-10 21:33:07 UTC


README

PHP based command line tool for common tasks in Redmine, can easily be extended for your own purposes.

Configuration

The application configures it self the first time you run it.

Installation

Install the application by running composer composer create-project rootindex/redmine-lite-cli

Todo list

  • ~~Change configuration file loader, perhaps move to ~/.redmine-lite.yml~~
  • Remove second ticket getter on successful creation
  • Add project listing, user listing and comments on tickets
  • Add media inclusion !media.jpg! after attachment upload
  • Write tests