diff options
Diffstat (limited to 'man/olamic-enqueue.1.md')
| -rw-r--r-- | man/olamic-enqueue.1.md | 24 |
1 files changed, 24 insertions, 0 deletions
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 @@ | |||
| 1 | % OLAMIC-ENQUEUE(1) | ||
| 2 | % Julian B Kongslie | ||
| 3 | % October 2020 | ||
| 4 | |||
| 5 | # NAME | ||
| 6 | |||
| 7 | olamic-enqueue - create a new task for olamic | ||
| 8 | |||
| 9 | # SYNOPSIS | ||
| 10 | |||
| 11 | **olamic-enqueue** **/path/to/queue** **/url/for/git/repo** **git-commit-hash** [**VAR**=**VALUE** ...] | ||
| 12 | |||
| 13 | # DESCRIPTION | ||
| 14 | |||
| 15 | **olamic-enqueue** creates a new task within the specified queue which will | ||
| 16 | clone the given repository at the given commit. It reads from stdin a script to | ||
| 17 | run within the checkout. Any additional variables passed on the command line | ||
| 18 | will be available to the script when it runs. | ||
| 19 | |||
| 20 | When **olamic-enqueue** completes, it prints the UUID of the created task. | ||
| 21 | |||
| 22 | # SEE ALSO | ||
| 23 | |||
| 24 | olamic-worker(1) | ||
