Closed as not planned
Description
The current examples in https://dvc.org/doc/command-reference/list only show how to view the contents of a tracked Git repository.
I think it's also worth denoting examples of how to view remote storages, like:
$ ls *.dvc
data.dvc
$ dvc list . data/some/dirs
data_1.csv
data_2.csv
data_3.csv