diff --git a/content/docs/command-reference/list.md b/content/docs/command-reference/list.md index 63525603e7..0df2a1e3d3 100644 --- a/content/docs/command-reference/list.md +++ b/content/docs/command-reference/list.md @@ -10,11 +10,11 @@ and by Git. ## Synopsis ```usage -usage: dvc list [-h] [-q | -v] [-R] [--dvc-only] +usage: dvc list [-h] [-q | -v] [-R|-T] [-L depth] [--dvc-only] [--json] [--rev []] [--config ] [--remote ] [--remote-config [= ...]] - [--size] + [--size] [--show-hash] url [path] positional arguments: @@ -63,6 +63,10 @@ accessed with `dvc get`, `dvc import`, or `dvc.api`. - `-R`, `--recursive` - recursively list files in all subdirectories. +- `-T`, `--tree` - recurse into directories as a tree. + +- `-L`, `--level ` - limit the depth of recursion. + - `--dvc-only` - show only DVC-tracked files and directories (outputs).