From d1d04d6feeebeba2aea5333d7a4229fcec799f75 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 4 Jan 2015 21:14:57 -0500 Subject: Add subtasks export and move export actions to a specific controller --- docs/cli.markdown | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'docs') diff --git a/docs/cli.markdown b/docs/cli.markdown index 954b5299..0e2a0203 100644 --- a/docs/cli.markdown +++ b/docs/cli.markdown @@ -33,6 +33,7 @@ Available commands: list Lists commands export export:daily-project-summary Daily project summary CSV export (number of tasks per column and per day) + export:subtasks Subtasks CSV export export:tasks Tasks CSV export notification notification:overdue-tasks Send notifications for overdue tasks @@ -43,6 +44,20 @@ projects Available commands ------------------ +### Subtasks CSV export + +Usage: + +```bash +./kanboard export:subtasks +``` + +Example: + +```bash +./kanboard export:subtasks 1 2014-10-01 2014-11-30 > /tmp/my_custom_export.csv +``` + ### Tasks CSV export Usage: -- cgit v1.2.3