summaryrefslogtreecommitdiff
path: root/man/olamic-enqueue.1.md
blob: b52c6edd835c8cdc3117a73b117958e064fc8bcf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
% OLAMIC-ENQUEUE(1)
% Julian B Kongslie
% November 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-wait(1), olamic-worker(1)