aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9a4bc6f..a158235 100644
--- a/README.md
+++ b/README.md
@@ -132,6 +132,10 @@ Here is the list of supported requests, using `type(arguments)` notation.
* **`run-manual(ids: int[])`** — enqueue and run jobs with specified IDs and
`status` set to `manual`, and return results.
+* **`add-target(target: string, concurrency: int)`** — add target
+
+* **`remove-target(target: string, concurrency: int)`** — remove target
+
* **`set-target-concurrency(target: string, concurrency: int)`** — set concurrency
of target `target`.