.TH "datalad wtf" "1" "2021\-02\-04" "datalad wtf 0.14.0" .SH NAME \fBdatalad wtf\fR \- generate a report about the DataLad installation and configuration .SH SYNOPSIS .nh .HP \fBdatalad wtf\fR [-h] [-d\~DATASET] [-s\~{some|all}] [-S\~SECTION] [--flavor\~{full|short}] [-D\~DECOR] [-c] .hy .SH DESCRIPTION IMPORTANT: Sharing this report with untrusted parties (e.g. on the web) should be done with care, as it may include identifying information, and/or credentials or access tokens. .SH OPTIONS .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-d\fR \fI\s-1DATASET\s0\fR, \fB--dataset\fR \fI\s-1DATASET\s0\fR "specify the dataset to report on. 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) .TP \fB-s\fR {some|all}, \fB--sensitive\fR {some|all} if set to 'some' or 'all', it will display sections such as config and metadata which could potentially contain sensitive information (credentials, names, etc.). If 'some', the fields which are known to be sensitive will still be masked out. Constraints: value must be one of (None, 'some', 'all') .TP \fB-S\fR SECTION, \fB--section\fR SECTION section to include. If not set - depends on flavor. '*' could be used to force all sections. This option can be given multiple times. Constraints: value must be one of ('configuration', 'credentials', 'datalad', 'dataset', 'dependencies', 'environment', 'extensions', 'git-annex', 'location', 'metadata_extractors', 'metadata_indexers', 'python', 'system', '*') .TP \fB--flavor\fR {full|short} Flavor of WTF. 'full' would produce markdown with exhaustive list of sections. 'short' will provide a condensed summary only of datalad and dependencies by default. Use --section to list other sections. Constraints: value must be one of ('full', 'short') [Default: 'full'] .TP \fB-D\fR \fI\s-1DECOR\s0\fR, \fB--decor\fR \fI\s-1DECOR\s0\fR decoration around the rendering to facilitate embedding into issues etc, e.g. use 'html_details' for posting collapsable entry to GitHub issues. Constraints: value must be one of ('html_details',) .TP \fB-c\fR, \fB--clipboard\fR if set, do not print but copy to clipboard (requires pyperclip module). .SH AUTHORS datalad is developed by The DataLad Team and Contributors .