Skip to content

Commit

Permalink
cmd ref: Add -R option dscription to repro
Browse files Browse the repository at this point in the history
Closes #367
  • Loading branch information
jorgeorpinel committed Jun 27, 2019
1 parent 81b4400 commit c9c58e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions static/docs/commands-reference/repro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c9c58e4

Please sign in to comment.