Skip to content

Commit

Permalink
cmd: man revert run --no-exec as it would collide with #1989
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Dec 2, 2020
1 parent 944e733 commit 35aedf4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion content/docs/command-reference/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,10 @@ $ dvc run -n my_stage './my_script.sh $MYENVVAR'
([not recommended](#avoiding-unexpected-behavior)).

- `--no-commit` - do not save outputs to cache. A stage created, while nothing
is added to the cache. Use `dvc commit` to finish the operation later.
is added to the cache. In the stage file, the file hash values will be empty;
They will be populated the next time this stage is actually executed, or
`dvc commit` can be used to force committing existing output file versions to
cache.

This is useful to avoid caching unnecessary data repeatedly when running
multiple experiments.
Expand Down

0 comments on commit 35aedf4

Please sign in to comment.