Skip to content

Commit

Permalink
docs: repro: add --pull (#1841)
Browse files Browse the repository at this point in the history
* docs: repro: add --pull

Per iterative/dvc#4538

* update message
  • Loading branch information
efiop authored Oct 6, 2020
1 parent 1613c28 commit 15aa177
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion content/docs/command-reference/repro.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ analyzing dependencies and <abbr>outputs</abbr> of the target stages.
```usage
usage: dvc repro [-h] [-q | -v] [-f] [-s] [-c <path>] [-m] [--dry] [-i]
[-p] [-P] [-R] [--no-run-cache] [--force-downstream]
[--no-commit] [--downstream] [targets [targets ...]]
[--no-commit] [--downstream] [--pull]
[targets [targets ...]]
positional arguments:
targets Stage or .dvc file to reproduce
Expand Down Expand Up @@ -156,6 +157,9 @@ up-to-date and only execute the final stage.
corresponding pipelines, including the target stages themselves. This option
has no effect if `targets` are not provided.

- `--pull` - try automatically [pulling](/doc/command-reference/pull) missing
cache for outputs restored from run-cache.

- `-h`, `--help` - prints the usage/help message, and exit.

- `-q`, `--quiet` - do not write anything to standard output. Exit with 0 if all
Expand Down

0 comments on commit 15aa177

Please sign in to comment.