From 1ce2d87d65e58dfcb78fad149ef2ca06e4e4e65d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Saugat=20Pachhai=20=28=E0=A4=B8=E0=A5=8C=E0=A4=97=E0=A4=BE?= =?UTF-8?q?=E0=A4=A4=29?= Date: Fri, 14 Jul 2023 14:00:03 +0545 Subject: [PATCH 1/3] cmd-ref: document `--keep-going|--ignore-errors` in repro --- content/docs/command-reference/repro.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/docs/command-reference/repro.md b/content/docs/command-reference/repro.md index 5d0ae6c040..f81ce7ffd9 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,12 @@ 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. + - `-h`, `--help` - prints the usage/help message, and exit. - `-q`, `--quiet` - do not write anything to standard output. Exit with 0 if all From e8ca4ade787747a0562a6d583e5cf8f8e7ad5530 Mon Sep 17 00:00:00 2001 From: Dave Berenbaum Date: Fri, 14 Jul 2023 11:14:24 -0400 Subject: [PATCH 2/3] Update content/docs/command-reference/repro.md --- content/docs/command-reference/repro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/command-reference/repro.md b/content/docs/command-reference/repro.md index f81ce7ffd9..e47c61409c 100644 --- a/content/docs/command-reference/repro.md +++ b/content/docs/command-reference/repro.md @@ -193,7 +193,7 @@ final stage. on the failed stage. The other dependencies of the targets will still be executed. -- `--ignore-errors` - Ignore all errors when executing the stages. +- `--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. From 15c1154bb985c5cd1ff350b092693e39c1e3a48b Mon Sep 17 00:00:00 2001 From: "restyled-io[bot]" <32688539+restyled-io[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 11:15:16 -0400 Subject: [PATCH 3/3] Restyled by prettier (#4697) Co-authored-by: Restyled.io --- content/docs/command-reference/repro.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/docs/command-reference/repro.md b/content/docs/command-reference/repro.md index e47c61409c..9191793c56 100644 --- a/content/docs/command-reference/repro.md +++ b/content/docs/command-reference/repro.md @@ -193,7 +193,9 @@ final stage. 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. +- `--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.