From c9c58e49896837da84d11a81b584eaeb6424fe29 Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Tue, 25 Jun 2019 13:34:37 -0500 Subject: [PATCH] cmd ref: Add -R option dscription to repro Closes #367 --- static/docs/commands-reference/repro.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/docs/commands-reference/repro.md b/static/docs/commands-reference/repro.md index 39316ef785..29acd45cee 100644 --- a/static/docs/commands-reference/repro.md +++ b/static/docs/commands-reference/repro.md @@ -57,6 +57,11 @@ specified), and updates stage files with the new checksum information. reproduced as part of the pipeline in the parent directory, or as an independent unit. +- `-R`, `--recursive` - `targets` is expected to contain directory path(s). + Determines the stages to reproduce by searching each target directory and its + subdirectories for DVC-files to inspect. Along with providing `targets`, this + is another way to limit the scope of DVC-files to reproduce. + - `--no-commit` - do not save outputs to cache. Useful when running different experiments and you don't want to fill up your cache with temporary files. Use `dvc commit` when you are ready to save your results to cache.