Skip to content

Commit

Permalink
ref: update repro --pull desc
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Mar 14, 2021
1 parent f075a32 commit fbc2be4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions content/docs/command-reference/repro.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,10 @@ 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` - [pulls](/doc/command-reference/pull) dependencies and outputs
involved in the stages being reproduced, if they are found in the
[default remote storage](/doc/command-reference/remote/default). Note that it
includes pulling any available run-cache (unless `--no-run-cache` is also
used).
- `--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).

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

Expand Down

0 comments on commit fbc2be4

Please sign in to comment.