xvc pipeline step new

Purpose

Create a new step in the pipeline.

Synopsis

$ xvc pipeline step new --help Add a new step Usage: xvc pipeline step new [OPTIONS] --step-name <STEP_NAME> Options: -s, --step-name <STEP_NAME> Name of the new step -c, --command <COMMAND> Step command to run --when <WHEN> When to run the command. One of always, never, by_dependencies (default). This is used to freeze or invalidate a step manually -h, --help Print help

Examples

Caveats