Skip to content

Commit

Permalink
ref: update targets desc in stage list and repro
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Apr 16, 2021
1 parent 337e5ba commit 5f4fff6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
5 changes: 3 additions & 2 deletions content/docs/command-reference/repro.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,9 @@ up-to-date and only execute the final stage.
- `dvc repro linear/dvc.yaml`: Specific `dvc.yaml` file to reproduce
- `dvc repro -R pipelines/`: Directory path to explore recursively for
`dvc.yaml` files
- `dvc repro train-model`: Specific stage in `./dvc.yaml`
- `dvc repro modeling/dvc.yaml:prepare`: Stage in a specific `dvc.yaml` file
- `dvc repro train-model`: Specific stage(s) from `./dvc.yaml`
- `dvc repro modeling/dvc.yaml:prepare`: Stage(s) from a specific `dvc.yaml`
file
- `dvc repro --glob train-*`: Pattern to match groups of stages

- `-R`, `--recursive` - looks for `dvc.yaml` files to reproduce in any
Expand Down
9 changes: 3 additions & 6 deletions content/docs/command-reference/stage/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,9 @@ DVC also uses this command to provide autocompletion in `bash` and `zsh`.
- `dvc stage list linear/dvc.yaml`: Specific `dvc.yaml` file to list from
- `dvc stage list -R pipelines/`: Directory path to explore recursively for
`dvc.yaml` files
- `dvc stage list train-model`: Specific stage name or a
[foreach group](doc/user-guide/project-structure/pipelines-files#foreach-stages)
in `./dvc.yaml`
- `dvc stage list modeling/dvc.yaml:prepare`: Stage or a
[foreach group](doc/user-guide/project-structure/pipelines-files#foreach-stages)
in a specific `dvc.yaml` file
- `dvc stage list train-model`: Specific stage(s) from `./dvc.yaml`
- `dvc stage list modeling/dvc.yaml:prepare`: Stage(s) from a specific
`dvc.yaml` file

- `-R`, `--recursive` - looks for `dvc.yaml` files to list from in any
directories given as `targets`, and in their subdirectories. If there are no
Expand Down

0 comments on commit 5f4fff6

Please sign in to comment.