Skip to content

Commit

Permalink
Restyled by prettier (#2858)
Browse files Browse the repository at this point in the history
Co-authored-by: Restyled.io <[email protected]>
  • Loading branch information
restyled-io[bot] and restyled-commits authored Sep 29, 2021
1 parent a2af198 commit 3371b92
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ $ dvc exp run --all-pipelines
### Running pipelines recursively

DVC supports pipelines defined in more than one `dvc.yaml` file. These can
reside in subfolders inside the workspace, and you may want to run all of them at once.
Example project:
reside in subfolders inside the workspace, and you may want to run all of them
at once. Example project:

```dvc
.
Expand All @@ -97,8 +97,8 @@ Example project:
```

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:
`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 3371b92

Please sign in to comment.