[Explan the project]
https://github.com/orgs/sparkfabrik/people
Download the latest release:
wget -O /usr/local/bin/spark https://raw.githubusercontent.com/sparkfabrik/sparktool/release/spark.phar
Or just clone the project from: git@github.com:sparkfabrik/sparktool.git
[TBD]
Ranges
./spark.php redmine:search --assigned="paolo mainardi" --updated="1 week ago" --updated="today"
Single
./spark.php redmine:search --assigned="paolo mainardi" --updated="1 week ago"
Single after a date
./spark.php redmine:search --assigned="paolo mainardi" --updated=">= 1 week ago"
Single before a date
./spark.php redmine:search --assigned="paolo mainardi" --updated="<= 1 week ago"