Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

guide: Add --recursive options to Running Experiments #2846

Merged
merged 11 commits into from
Oct 24, 2021
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,10 @@ $ 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 pipeline is defined in recursive subfolders, you can selectively
> run them using the `--recursive` option.
jorgeorpinel marked this conversation as resolved.
Show resolved Hide resolved

### 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