datalad-install [-version] [-h](1)                 [-l {critical,error,warning,info,debug,1,2,3,4,5,6,7,8,9}]

DESCRIPTION

Install a dataset component or entire dataset(s).


This command can make arbitrary content available in a dataset. This
includes the fulfillment of existing subdataset or file handles in
a dataset, as well as the addition of subdatasets and such handles for
content available locally or subdataset remotely.

OPTIONS


  path                  path/name of the installation target. If no SOURCE is
                        provided, and no DATASET is given or detected, this is
                        interpreted as the source URL of a dataset and a
                        destination path will be derived from the URL similar
                        to 'git clone'. Constraints: value must be a string
                        [Default: None]


  --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
  -d DATASET--dataset DATASET
                        specify the dataset to perform the install operation
                        on. If no dataset is given, an attempt is made to
                        identify the dataset based on the current working
                        directory and/or the PATH given. Constraints: Value
                        must be a Dataset or a valid identifier of a Dataset
                        (e.g. a path) [Default: None]
  -s SOURCE--source SOURCE
                        url or local path of the installation source.
                        Constraints: value must be a string [Default: None]
  -r RECURSIVE--recursive RECURSIVE
                        if set, all content is installed recursively,
                        including content of any subdatasets. Constraints:
                        value must be one of ('datasets', 'data'), or value
                        must be convertible to type bool [Default: False]
  --add-data-to-git
                        flag whether to add data directly to Git, instead of
                        tracking data identity only. Usually this is not
                        desired, as it inflates dataset sizes and impacts
                        flexibility of data transport. [Default: False]

AUTHORS


 datalad is developed by The DataLad Team and Contributors <[email protected]>.