Skip to content

Commit

Permalink
docs: cmd-reference: add --tree/--level (#5339)
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry authored Jan 13, 2025
1 parent f6e87a2 commit a16780b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion content/docs/command-reference/list-url.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Useful to find data to `dvc get-url` or `dvc import-url`.
## Synopsis

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

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

- `-T`, `--tree` - recurse into directories as a tree.

- `-L`, `--level <depth>` - limit the depth of recursion.

- `--size` - show sizes.

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

0 comments on commit a16780b

Please sign in to comment.