datalad import-dtool

Synopsis

datalad import-dtool [-h] [-d DATASET] [-O PATH] [-m MESSAGE] [--nosave] [--version] URI

Description

Import a dtool dataset into a datalad dataset

Options

URI

dtool URI of dtool dataset to import. Constraints: value must be a string or value must be NONE

-h, --help, --help-np

show this help message. --help-np forcefully disables the use of a pager for displaying the help message

-d DATASET, --dataset DATASET

specify the datalad dataset to add files to. If no datalad dataset is given, an attempt is made to identify the dataset based on the current working directory. Use --nosave to prevent adding files to the dataset. Constraints: Value must be a Dataset or a valid identifier of a Dataset (e.g. a path) or value must be NONE

-O PATH, --path PATH

Relative target path to import to within datalad dataset. Constraints: value must be a string or value must be NONE

-m MESSAGE, --message MESSAGE

a description of the state or the changes made to a dataset. Constraints: value must be a string or value must be NONE

--nosave

by default all modifications to a dataset are immediately saved. Giving this option will disable this behavior.

--version

show the module and its version which provides the command

Authors

datalad is developed by The DataLad Team and Contributors <team@datalad.org>.