`dvc update -R/--recursive` should recursively find & update all DVC-files which are updateable (and be incompatible with `--rev`). Allows replacing: ``` dvc update <long list of files> && dvc repro -P ``` with: ``` dvc update -R && dvc repro -P ```
dvc update -R/--recursiveshould recursively find & update all DVC-files which are updateable (and be incompatible with--rev).Allows replacing:
with: