diff --git a/content/docs/command-reference/run.md b/content/docs/command-reference/run.md index af00ef4f17..d07a2dec48 100644 --- a/content/docs/command-reference/run.md +++ b/content/docs/command-reference/run.md @@ -153,8 +153,10 @@ data pipeline (e.g. random numbers, time functions, hardware dependency, etc.) - `--no-exec` - create a stage file, but do not execute the `command` defined in it, nor track dependencies or outputs with DVC. In the DVC-file contents, the file hash values will be empty; They will be populated the next time this - stage is actually executed. This is useful if, for example, you need to build - a pipeline (dependency graph) first, and then run it all at once. + stage is actually executed. DVC will also add your outputs to `.gitignore`, + same as it would do without `--no-exec`. This is useful if, for example, you + need to build a pipeline (dependency graph) first, and then run it all at + once. - `-y`, `--yes` (_deprecated_) - See `--overwrite-dvcfile` below.