Skip to content

Commit

Permalink
Update content/docs/user-guide/experiment-management/running-experime…
Browse files Browse the repository at this point in the history
…nts.md

Co-authored-by: Jorge Orpinel <[email protected]>
  • Loading branch information
iesahin and jorgeorpinel committed Oct 24, 2021
1 parent 2e2019f commit 4f4eff6
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,9 @@ $ tree
└── dvc.yaml
```

In this example, if you want to run the pipelines defined in `dir/dvc.yaml` and
`dir/deeper-dir/dvc.yaml` in a single command, you can issue:
To run the pipelines defined in `dir/dvc.yaml` as well as the ones in
`dir/deeper-dir/dvc.yaml` with a single command, you can target
the `dir/` directory with the `--recursive` (`-R`) option:

```dvc
$ dvc exp run --recursive dir/
Expand Down

0 comments on commit 4f4eff6

Please sign in to comment.