DESCRIPTION
List meta-information associated with URLs (e.g. s3://) and dataset(s)
Examples
--------
$ datalad ls s3://openfmri/tarballs/ds202 # to list S3 bucket
$ datalad ls . # to list current dataset
OPTIONS
loc URL to list, e.g. s3:// url. Constraints: value must
be a string
--version show the program's version and license information and
exit
-h, --help, --help-np
show this help message and exit. --help-np forcefully
disables the use of a pager for displaying the help
message
-l {critical,error,warning,info,debug,1,2,3,4,5,6,7,8,9}, --log-level {critical,error,warning,info,debug,1,2,3,4,5,6,7,8,9}
level of verbosity. Integers provide even more
debugging information
-p {condor}, --pbs-runner {condor}
execute command by scheduling it via available PBS.
For settings, config file will be consulted
-r, --recursive
recurse into subdirectories. [Default: False]
-F, --fast
only perform fast operations. Would be overrident by
--all. [Default: False]
-a, --all
list all entries, not e.g. only latest entries in case
of S3. [Default: False]
--config-file CONFIG_FILE
path to config file which could help the 'ls'. E.g.
for s3:// URLs could be some ~/.s3cfg file which would
provide credentials. Constraints: value must be a
string [Default: None]
--list-content {None,first10,md5,full}
list also the content or only first 10 bytes
(first10), or md5 checksum of an entry. Might require
expensive transfer and dump binary output to your
screen. Do not enable unless you know what you are
after. [Default: False]