summaryrefslogtreecommitdiff
path: root/doc/cli.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'doc/cli.markdown')
-rw-r--r--doc/cli.markdown7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/cli.markdown b/doc/cli.markdown
index 96bffe2d..37cc7ee8 100644
--- a/doc/cli.markdown
+++ b/doc/cli.markdown
@@ -31,6 +31,7 @@ Available commands:
cronjob Execute daily cronjob
help Displays help for a command
list Lists commands
+ worker Execute queue worker
export
export:daily-project-column-stats Daily project column stats CSV export (number of tasks per column and per day)
export:subtasks Subtasks CSV export
@@ -196,3 +197,9 @@ Note: Installed files will have the same permissions as the current user
* Updating plugin: Budget Planning
* Plugin up to date: Github Authentication
```
+
+### Run Background worker
+
+```bash
+./kanboard worker
+```