This is new Eventum CLI Application.
brew tap eventum/cli https://github.com/eventum/cli.git
brew install eventum-cli
Install PHIVE and issue the following command:
phive install eventum/cli
Download phar and start using it:
- download
eventum.phar
from releases page - start using it:
php eventum.phar
php eventum.phar self-update
If you would like to use development code instead of pre-built PHAR file.
- clone this repository
- get composer
- install composer dependencies:
php composer.phar install
- start using it:
php eventum.php
You need to specify --url
for the first time, url and optionally login credentials will be saved to ~/.eventum.json
$ eventum.phar --url=http://eventum.example.org wr
Authentication required (http://eventum.example.org/rpc/xmlrpc.php):
Username: glen
Password:
Do you want to store credentials for http://eventum.example.org/rpc/xmlrpc.php ? [Yn] y
Elan Ruusamäe Weekly Report 2015.04.27 - 2015.05.03
Available commands:
Command | |
---|---|
attachment:upload | Upload attachment to an issue |
issue:close | Marks an issue as closed |
issue:list | List open issues |
issue:status | Set Issue status |
issue:view | Display Issue details |
report:weekly | Show weekly reports |
time:spend | Add time-tracking entry to an issue |