% 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)