λ dvc status
foo.dvc:
changed outs:
modified: foo
data\raw.dvc:
changed outs:
modified: data\raw
λ dvc status -R data/
data\raw.dvc:
changed outs:
modified: data\raw
DVC version: 1.1.2
Python version: 3.7.5
Platform: Windows-10-10.0.18362-SP0
Binary: True
Package: exe
Supported remotes: azure, gdrive, gs, hdfs, http, https, s3, ssh, oss
Cache: reflink - not supported, hardlink - supported, symlink - not supported
Filesystem type (cache directory): ('NTFS', 'C:\\')
Repo: dvc, git
Filesystem type (workspace): ('NTFS', 'C:\\')
Bug Report
UPDATE: Jump to #4191 (comment)
Looks like
dvc statusis recursive by default now (maybe always was) from some testing I just did:targetsof the command, like all other commands that take targets (I think)?status, but only in remote mode (-ror-coptions), which is kind of confusing (and complicates the docs).Please provide information about your setup