Skip to content

Commit

Permalink
Merge branch 'master' into 2020-03-15
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Mar 15, 2020
2 parents 177e975 + 14b06cb commit 140de0c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions public/static/docs/use-cases/data-registries.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,9 @@ But first, you may want to explore the contents of a data DVC repo.

### Listing data (list)

The `dvc list` command is analogous to `ls`, or 3rd party tools like
`aws s3 ls`:
You may want to explore the contents of a data DVC repo before trying to reuse
its artifacts. The `dvc list` command is analogous to `ls`, or 3rd party tools
like `aws s3 ls`:

```dvc
$ dvc list -R https://github.com/iterative/dataset-registry
Expand All @@ -111,6 +112,8 @@ images/dvc-logo-outlines.png
...
```

> Note that both Git-tracked files and DVC-tracked data/models are listed.
### Simple download (get)

This is analogous to using direct download tools like
Expand Down

0 comments on commit 140de0c

Please sign in to comment.