Start a pipeline run.
Usage
Usage: vh pipeline run [OPTIONS] PIPELINE-NAME
Options
name
:- Type: STRING
- Default:
none
-
Usage:
vh pipeline run name
-
commit
: - Type: STRING
- Default:
none
- Usage:
vh pipeline run --commit -c
The commit to use. Defaults to the current HEAD.
title
:- Type: STRING
- Default:
none
- Usage:
vh pipeline run --title -c
The optional title of the pipeline run.
adhoc
:- Type: BOOL
- Default:
false
- Usage:
vh pipeline run --adhoc -a
Upload the current state of the working directory, then run it as an ad-hoc execution.
yaml
:- Type: STRING
- Default:
none
- Usage:
vh pipeline run --yaml
The path to the configuration YAML file (valohai.yaml) file to use.
tags
:- Type: STRING
- Default:
none
- Usage:
vh pipeline run --tag
Tag the pipeline. May be repeated.
CLI Help
Usage: run [OPTIONS] PIPELINE-NAME
Start a pipeline run.
Options:
-c, --commit SHA The commit to use. Defaults to the current HEAD.
-c, --title TEXT The optional title of the pipeline run.
-a, --adhoc Upload the current state of the working directory, then
run it as an ad-hoc execution.
--yaml TEXT The path to the configuration YAML file (valohai.yaml)
file to use.
--tag TEXT Tag the pipeline. May be repeated.