aboutsummaryrefslogtreecommitdiff
path: root/acid.adoc
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2024-04-14 22:24:33 +0200
committerPřemysl Eric Janouch <p@janouch.name>2024-04-15 00:20:39 +0200
commitfe81d713e1c59f2175974f0bc3eda5ff7a5f0749 (patch)
treeb0628788e23e0e0ffceaca58bcbe0d8779935e96 /acid.adoc
parenteda0f22f072b7985c6919770858bcdd566290f86 (diff)
downloadacid-fe81d713e1c59f2175974f0bc3eda5ff7a5f0749.tar.gz
acid-fe81d713e1c59f2175974f0bc3eda5ff7a5f0749.tar.xz
acid-fe81d713e1c59f2175974f0bc3eda5ff7a5f0749.zip
Add an enqueue command
Diffstat (limited to 'acid.adoc')
-rw-r--r--acid.adoc6
1 files changed, 5 insertions, 1 deletions
diff --git a/acid.adoc b/acid.adoc
index e72be60..4c56562 100644
--- a/acid.adoc
+++ b/acid.adoc
@@ -28,8 +28,12 @@ Options
Commands
--------
-*restart* _ID_...::
+*enqueue* _OWNER_ _REPO_ _REF_ [_RUNNER_]...::
+ Create new or restart existing tasks for the given reference,
+ which will be resolved to a full commit hash.
+*restart* [_ID_]...::
Schedule tasks with the given IDs to be rerun.
+ Run this command without arguments to pick up external database changes.
Configuration
-------------