E.g. dvc pull -R ./subfolder would walk down the subfolder, find all the .dvc files and pull all of them.
@pared Just noticed that in the current implementation -R has an argument, instead of it being a flag that affects how targets argument is treated. E.g. so you could do stuff like dvc pull -R dataset1/ dataset2/, dvc pull dataset1/ dataset2/ -R and so on. Same as -R works in dvc add. Looks like we should change -R on pull/push/... work same as -R indvc add. What do you think?
Oh, yest, that is inconsistent. Ill look into that.
Most helpful comment
Oh, yest, that is inconsistent. Ill look into that.