Skip to content

Commit

Permalink
docs: add status -R description (#1219)
Browse files Browse the repository at this point in the history
Fixes #1217
  • Loading branch information
efiop authored May 3, 2020
1 parent f0c4473 commit d85a835
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion content/docs/command-reference/status.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and remote storage.

```usage
usage: dvc status [-h] [-v] [-j <number>] [-q] [-c]
[-r <name>] [-a] [-T] [-d] [--all-commits]
[-r <name>] [-a] [-T] [-d] [-R] [--all-commits]
[targets [targets ...]]
positional arguments:
Expand Down Expand Up @@ -113,6 +113,10 @@ workspace) is different from remote storage. Bringing the two into sync requires
the workspace. Note that both options can be combined, for example using the
`-aT` flag.

- `-R`, `--recursive` - determines the files to check status for by searching
each target directory and its subdirectories for DVC-files to inspect. If
there are no directories among the targets, this option is ignored.

- `--all-commits` - same as `-a` or `-T` above, but applies to _all_ Git
commits as well as the workspace. Useful for comparing cache content for the
entire existing commit history of the project.
Expand Down

0 comments on commit d85a835

Please sign in to comment.