.TH datalad-crawl-init 1 2018\-03\-16 "datalad-crawl-init 0.9.3" .SH SYNOPSIS .nh .HP \fBdatalad\-crawl\-init\fR [-h] [-t\~TEMPLATE] [-f\~TEMPLATE_FUNC] [--save] [args [args ...]] .hy .SH DESCRIPTION Initialize crawling configuration .PP Allows to specify template and function to generate a crawling pipeline .PP Examples: .PP $ datalad crawl\-init \-\-template openfmri \-\-template\-func superdataset_pipeline .PP $ datalad crawl\-init \-\-template fcptable dataset=Baltimore tarballs=True .SH OPTIONS .TP args keyword arguments to pass into the template function generating actual pipeline, organized in key=value pairs. Constraints: value must be a string [Default: None] .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-t\fR \fI\s-1TEMPLATE\s0\fR, \fB--template\fR \fI\s-1TEMPLATE\s0\fR the name of the template. Constraints: value must be a string [Default: None] .TP \fB-f\fR \fI\s-1TEMPLATE_FUNC\s0\fR, \fB--template-func\fR \fI\s-1TEMPLATE_FUNC\s0\fR the name of the function. [Default: None] .TP \fB--save\fR flag to save file into git repo. [Default: False] .SH AUTHORS datalad is developed by The DataLad Team and Contributors .