Skip to content

Commit

Permalink
use-cases: fix paragraphs around dvc list in data reg case
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Mar 15, 2020
1 parent 9c3fc81 commit 177e975
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions public/static/docs/use-cases/data-registries.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,12 @@ The main methods to consume <abbr>data artifacts</abbr> from a **data registry**
are the `dvc import` and `dvc get` commands, as well as the
[`dvc.api`](/doc/api-reference) Python API.

But before, it's very handy to being able to navigate the registry to see what
files and directories.
But first, you may want to explore the contents of a data DVC repo.

### Listing data (list)

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`:
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 @@ -113,8 +111,6 @@ 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 177e975

Please sign in to comment.