Skip to content

Commit

Permalink
ref: update repro --pull
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Mar 14, 2021
1 parent fbc2be4 commit 504080d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions content/docs/command-reference/repro.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,11 @@ 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` - downloads dependencies and outputs in the stages being reproduced
from the [default remote storage](/doc/command-reference/remote/default) (see
`dvc pull`) based on the run-cache. Note that this doesn't include initial
pipeline data sources (never found in the run-cache).
- `--pull` - attempts to download outputs of stages found in the
[run-cache](/doc/user-guide/project-structure/internal-files#run-cache) during
reproduction. Uses the
[default remote storage](/doc/command-reference/remote/default). See also
`dvc pull`

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

Expand Down

0 comments on commit 504080d

Please sign in to comment.