Skip to content

Commit

Permalink
guide: Add --recursive options to Running Experiments (#2846)
Browse files Browse the repository at this point in the history
* guide: Add --recursive` options to Running Experiments
Related #2730

* Update content/docs/user-guide/experiment-management/running-experiments.md

* Restyled by prettier (#2852)

Co-authored-by: Restyled.io <[email protected]>

* Update content/docs/user-guide/experiment-management/running-experiments.md

Co-authored-by: Jorge Orpinel <[email protected]>

* Update content/docs/user-guide/experiment-management/running-experiments.md

Co-authored-by: Jorge Orpinel <[email protected]>

* Update content/docs/user-guide/experiment-management/running-experiments.md

* Restyled by prettier (#2858)

Co-authored-by: Restyled.io <[email protected]>

* size reduction

* removed the title and example

format the running experiments

* Update content/docs/user-guide/experiment-management/running-experiments.md

* Restyled by prettier (#2963)

Co-authored-by: Restyled.io <[email protected]>

Co-authored-by: Jorge Orpinel <[email protected]>
Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com>
Co-authored-by: Restyled.io <[email protected]>
  • Loading branch information
4 people authored Oct 24, 2021
1 parent 82aeee5 commit 7612a8a
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,11 @@ $ dvc exp run --all-pipelines
> Note that the order in which pipelines are executed is not guaranteed; Only
> the internal order of stage execution is.
### Interactive reproduction
> (ℹ️) When your `dvc.yaml` files are organized inside recursive subfolders, you
> can selectively run the pipeline(s) using `--recursive` (takes a parent
> directory as argument).
### Running stages interactively

When you want to have more granular control over which stages are run, you can
use the `--interactive` option. This flag allows you to confirm each stage
Expand Down

0 comments on commit 7612a8a

Please sign in to comment.