Skip to content

Commit a16780b

Browse files
authored
docs: cmd-reference: add --tree/--level (#5339)
1 parent f6e87a2 commit a16780b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

content/docs/command-reference/list-url.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Useful to find data to `dvc get-url` or `dvc import-url`.
1818
## Synopsis
1919

2020
```usage
21-
usage: dvc list-url [-h] [-q | -v] [-R] [--size] [--fs-config <name>=<value>] url
21+
usage: dvc list-url [-h] [-q | -v] [-R|-T] [-L depth] [--size] [--fs-config <name>=<value>] url
2222
2323
positional arguments:
2424
url (See supported URLs in the description)
@@ -60,6 +60,10 @@ list files recursively.
6060

6161
- `-R`, `--recursive` - recursively list files in all subdirectories.
6262

63+
- `-T`, `--tree` - recurse into directories as a tree.
64+
65+
- `-L`, `--level <depth>` - limit the depth of recursion.
66+
6367
- `--size` - show sizes.
6468

6569
- `--fs-config <name>=<value>` - `dvc remote` config options for the target url.

0 commit comments

Comments
 (0)