Dvc: pull/push/etc: support -R option

Created on 2 Jan 2019  路  2Comments  路  Source: iterative/dvc

E.g. dvc pull -R ./subfolder would walk down the subfolder, find all the .dvc files and pull all of them.

enhancement feature request

Most helpful comment

Oh, yest, that is inconsistent. Ill look into that.

All 2 comments

@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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

shcheklein picture shcheklein  路  3Comments

tc-ying picture tc-ying  路  3Comments

shcheklein picture shcheklein  路  3Comments

jorgeorpinel picture jorgeorpinel  路  3Comments

mfrata picture mfrata  路  3Comments