Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dvc status -R does not work #3909

Closed
Wirg opened this issue May 29, 2020 · 3 comments
Closed

dvc status -R does not work #3909

Wirg opened this issue May 29, 2020 · 3 comments
Labels
awaiting response we are waiting for your reply, please respond! :) bug Did we break something?

Comments

@Wirg
Copy link

Wirg commented May 29, 2020

Bug Report

dvc status -R does not work.

This is probably just a doc issue :

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:

$ dvc version
DVC version: 0.94.0
Python version: 3.6.9
Platform: Linux-5.3.0-53-generic-x86_64-with-Ubuntu-18.04-bionic
Binary: False
Package: pip
Supported remotes: http, https, s3, ssh
Cache: reflink - not supported, hardlink - supported, symlink - supported
Filesystem type (cache directory): ('ext4', '/dev/nvme0n1p2')
Repo: dvc, git
Filesystem type (workspace): ('ext4', '/dev/nvme0n1p2')
@Wirg Wirg added bug Did we break something? triage Needs to be triaged labels May 29, 2020
@triage-new-issues triage-new-issues bot removed the triage Needs to be triaged label May 29, 2020
@skshetry
Copy link
Member

skshetry commented May 29, 2020

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

Computed stage: 'data/foo.dvc' md5: '1505491fb04120d56bc84064355b17e1'

Also, status won't list stages that are up-to-date.

@efiop efiop added the awaiting response we are waiting for your reply, please respond! :) label May 29, 2020
@Wirg
Copy link
Author

Wirg commented May 31, 2020

Hi @skshetry,

Thank you for your answer.

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: -R
usage: dvc [-q | -v] [-h] [-V] COMMAND ...

Data Version Control
... rest of the help for dvc status ...

@efiop
Copy link
Contributor

efiop commented May 31, 2020

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

@efiop efiop closed this as completed May 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting response we are waiting for your reply, please respond! :) bug Did we break something?
Projects
None yet
Development

No branches or pull requests

3 participants