xvc pipeline step dependency

Purpose

Define a dependency to an existing step in the pipeline.

Synopsis

$ xvc pipeline step dependency --help Add a dependency to a step Usage: xvc pipeline step dependency [OPTIONS] --step-name <STEP_NAME> Options: -s, --step-name <STEP_NAME> Name of the step to add the dependency to --file <FILES> Add a file dependency to the step. Can be used multiple times --step <STEPS> Add a step dependency to a step. Can be used multiple times. Steps are referred with their names --pipeline <PIPELINES> Add a pipeline dependency to a step. Can be used multiple times. Pipelines are referred with their names --directory <DIRECTORIES> Add a directory dependency to the step. Can be used multiple times --glob <GLOBS> Add a glob dependency to the step. Can be used multiple times --param <PARAMS> Add a parameter dependency to the step in the form filename.yaml::model.units . Can be used multiple times --regex <REGEXPS> Add a regex dependency in the form filename.txt:/^regex/ . Can be used multiple times --line <LINES> Add a line dependency in the form filename.txt::123-234 -h, --help Print help

Examples

Caveats