diff --git a/content/docs/command-reference/repro.md b/content/docs/command-reference/repro.md index 5d0ae6c040..9191793c56 100644 --- a/content/docs/command-reference/repro.md +++ b/content/docs/command-reference/repro.md @@ -7,10 +7,11 @@ Reproduce complete or partial pipelines by running their ```usage usage: dvc repro [-h] [-q | -v] [-f] [-i] - [-s] [-p] [-P] [-R] + [-s] [-p] [-k] [-P] [-R] [--downstream] [--force-downstream] [--pull] [--dry] [--allow-missing] [--glob] [--no-commit] [--no-run-cache] + [--ignore-errors] [targets [ ...]] positional arguments: @@ -188,6 +189,14 @@ final stage. - `--allow-missing` - skip stages with no other changes than missing data. +- `-k`, `--keep-going` - Continue executing, skipping stages having dependencies + on the failed stage. The other dependencies of the targets will still be + executed. + +- `--ignore-errors` - Ignore all errors when executing the stages. Unlike + `--keep-going`, stages having dependencies on the failed stage will be + executed. + - `-h`, `--help` - prints the usage/help message, and exit. - `-q`, `--quiet` - do not write anything to standard output. Exit with 0 if all