DESCRIPTION
Create a new dataset.
This command initializes a new repository at a given location, or the
current directory.
OPTIONS
loc location where the dataset shall be created. If NONE,
is given a dataset will be created in the current
working directory. Constraints: value must be a
string, or Value must be a Dataset or a valid
identifier of a Dataset (e.g. a path) [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 DESCRIPTION, --description DESCRIPTION
short description that humans can use to identify the
repository/location, e.g. "Precious data on my laptop.
[Default: None]
--no-annex flag that if given a plain Git repository will be
created without any annex. [Default: False]
--annex-version ANNEX_VERSION
select particular annex repository version. The list
of supported versions depends on the available git-
annex version. Constraints: value must be convertible
to type 'int' [Default: None]
--annex-backend ANNEX_BACKEND
set default hashing backend used by the new dataset.
For a list of supported backends see the git-annex
documentation. [Default: 'MD5E']