From 3e2d71d7b135cc6980cc10a4108130236734551e Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Fri, 30 Oct 2020 16:04:16 -0700 Subject: Initial version. --- man/olamic-enqueue.1.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 man/olamic-enqueue.1.md (limited to 'man/olamic-enqueue.1.md') diff --git a/man/olamic-enqueue.1.md b/man/olamic-enqueue.1.md new file mode 100644 index 0000000..15434cc --- /dev/null +++ b/man/olamic-enqueue.1.md @@ -0,0 +1,24 @@ +% OLAMIC-ENQUEUE(1) +% Julian B Kongslie +% October 2020 + +# NAME + +olamic-enqueue - create a new task for olamic + +# SYNOPSIS + +**olamic-enqueue** **/path/to/queue** **/url/for/git/repo** **git-commit-hash** [**VAR**=**VALUE** ...] + +# DESCRIPTION + +**olamic-enqueue** creates a new task within the specified queue which will +clone the given repository at the given commit. It reads from stdin a script to +run within the checkout. Any additional variables passed on the command line +will be available to the script when it runs. + +When **olamic-enqueue** completes, it prints the UUID of the created task. + +# SEE ALSO + +olamic-worker(1) -- cgit v1.2.3