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

DESCRIPTION

Adds a sibling to a dataset.


OPTIONS


  name                  name of the sibling to be added. If RECURSIVE is set,
                        the same name will be used to address the subdatasets'
                        siblings. Constraints: value must be a string
                        [Default: None]
  url                   the URL of or path to the dataset sibling named by
                        NAME. If you want to recursively add siblings, it is
                        expected, that you pass a template for building the
                        URLs of the siblings of all (sub)datasets by using
                        placeholders. List of currently available
                        placeholders: %NAME the name of the dataset, where
                        slashes are replaced by dashes. This option is ignored
                        if there is already a configured sibling dataset under
                        the name given by NAME. 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
  --dataset DATASET-d DATASET
                        specify the dataset to add the sibling to. If no
                        dataset is given, an attempt is made to identify the
                        dataset based on the current working directory.
                        Constraints: Value must be a Dataset or a valid
                        identifier of a Dataset (e.g. a path) [Default: None]
  --pushurl PUSHURL
                        in case the URL cannot be used to publish to the
                        dataset sibling, this option specifies a URL to be
                        used instead. If no URL is given, PUSHURL serves as
                        URL as well. This option is ignored if there is
                        already a configured sibling dataset under the name
                        given by NAME. Constraints: value must be a string
                        [Default: None]
  --recursive-r
                        recursively add the sibling NAME to all subdatasets of
                        DATASET. [Default: False]
  --force-f
                        if sibling NAME exists already, force to
                        (re-)configure its URLs. [Default: False]

AUTHORS


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