File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
content/docs/command-reference Expand file tree Collapse file tree 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`.
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
2323positional 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.
You can’t perform that action at this time.
0 commit comments