.TH "datalad create-test-dataset" "1" "2021\-02\-04" "datalad create-test-dataset 0.14.0" .SH NAME \fBdatalad create-test-dataset\fR \- create test (meta-)dataset. .SH SYNOPSIS .nh .HP \fBdatalad create\-test\-dataset\fR [-h] [--spec\~SPEC] [--seed\~SEED] path .hy .SH OPTIONS .TP path path/name where to create (if specified, must not exist). Constraints: value must be a string .TP \fB-h\fR, \fB--help\fR, \fB--help-np\fR show this help message. --help-np forcefully disables the use of a pager for displaying the help message .TP \fB--spec\fR \fI\s-1SPEC\s0\fR spec for hierarchy, defined as a min-max (min could be omitted to assume 0) defining how many (random number from min to max) of sub-datasets to generate at any given level of the hierarchy. Each level separated from each other with /. Example: 1-3/-2 would generate from 1 to 3 subdatasets at the top level, and up to two within those at the 2nd level. Constraints: value must be a string .TP \fB--seed\fR \fI\s-1SEED\s0\fR seed for rng. Constraints: value must be convertible to type 'int' .SH AUTHORS datalad is developed by The DataLad Team and Contributors .