dvc icon indicating copy to clipboard operation
dvc copied to clipboard

[WIP] Create basic version of dvc ls-url command

Open rlamy opened this issue 3 years ago • 0 comments

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.

rlamy avatar Sep 15 '22 16:09 rlamy