summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 99f4eb2..0829ed6 100644
--- a/README.md
+++ b/README.md
@@ -67,6 +67,12 @@ For current branch, the name can be omitted:
minici run
```
+To run selected jobs with the current working tree, including uncommitted
+changes, list the job names on command line:
+```
+minici run <job name> [<job name> ...]
+```
+
To watch changes on given `<branch>` and run jobs for each new commit:
```
minici run --new-commits-on=<branch>