dvc
dvc copied to clipboard
[WIP] Create basic version of dvc ls-url command
Ref: #8272
For now, this only takes a URL (or local path) and lists its contents if the protocol supports it. The command fails if the target doesn't exist and returns the (absolute) path to the target if it's not a directory.
Missing:
-
[ ] Test on all supported protocols.
-
[x] ❗ I have followed the Contributing to DVC checklist.
-
[ ] 📖 If this PR requires documentation updates, I have created a separate PR (or issue, at least) in dvc.org and linked it here.