Commit a16780b 1 parent f6e87a2 commit a16780b Copy full SHA for a16780b
File tree 1 file changed +5
-1
lines changed
content/docs/command-reference
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Useful to find data to `dvc get-url` or `dvc import-url`.
18
18
## Synopsis
19
19
20
20
``` 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
22
22
23
23
positional arguments:
24
24
url (See supported URLs in the description)
@@ -60,6 +60,10 @@ list files recursively.
60
60
61
61
- ` -R ` , ` --recursive ` - recursively list files in all subdirectories.
62
62
63
+ - ` -T ` , ` --tree ` - recurse into directories as a tree.
64
+
65
+ - ` -L ` , ` --level <depth> ` - limit the depth of recursion.
66
+
63
67
- ` --size ` - show sizes.
64
68
65
69
- ` --fs-config <name>=<value> ` - ` dvc remote ` config options for the target url.
You can’t perform that action at this time.
0 commit comments