watson aggregate
Display a report of the time spent on each project aggregated by day
Options
Name | Description |
---|---|
--current, -c | Include currently running frame in report |
--no-current, -C | Don't include currently running frame in report |
--from, -f <DATETIME> | The date from when the reports should start. Defaults to seven days ago |
--to, -t <DATETIME> | The date at which the report should stop (inclusive). Defaults to tomorrow |
--project, -p <PROJECT> | Reports activity only for the given project. You can add other projects by using this option several times |
--tag, -T <TAG> | Reports activity only for frames containing the given tag. You can add several tags by using this option multiple times |
--json, -j | Format output in JSON instead of plain text |
--csv, -s | Format output in CSV instead of plain text |
--pager, -g | View output through a pager |
--no-pager, -G | Don't view output through a pager |