You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Wirg, please can you show us dvc status -R --verbose <folder> that you are trying?
It will help us to know if any stage inside that folder were computed or not, similar to:
I don't think I can give you much details with verbose, the failure is during the command resolution.
$ dvc status -R --verbose .ERROR: unrecognized arguments: -Rusage: dvc [-q | -v] [-h] [-V] COMMAND ...Data Version Control... rest of the help for dvc status ...
@Wirg Ah, ok, that makes sense now. -R was introduced #3726 after 0.94.0 and is only available in the pre-release version of dvc (use pip install --pre dvc to install it), feel free to upgrade and give it a try. There are no plans to backport it to 0.x right now.
Bug Report
dvc status -R
does not work.This is probably just a doc issue :
dvc status --help
What is the proper equivalent to the
-R
? Right now I am relying on the the terminal wildcards**/*dvc
.Please provide information about your setup
Output of
dvc version
:The text was updated successfully, but these errors were encountered: