1datalad unlock(1) General Commands Manual datalad unlock(1)
2
3
4
6 datalad unlock - unlock file(s) of a dataset
7
9 datalad unlock [-h] [-d DATASET] [-r] [-R LEVELS] [--version] [path
10 ...]
11
12
13
15 Unlock files of a dataset in order to be able to edit the actual con‐
16 tent
17
18 Examples
19 Unlock a single file::
20
21 % datalad unlock <path/to/file>
22
23 Unlock all contents in the dataset::
24
25 % datalad unlock .
26
27
29 path file(s) to unlock. Constraints: value must be a string or value
30 must be NONE
31
32
33 -h, --help, --help-np
34 show this help message. --help-np forcefully disables the use of
35 a pager for displaying the help message
36
37 -d DATASET, --dataset DATASET
38 "specify the dataset to unlock files in. If no dataset is given,
39 an attempt is made to identify the dataset based on the current
40 working directory. Constraints: Value must be a Dataset or a
41 valid identifier of a Dataset (e.g. a path) or value must be
42 NONE
43
44 -r, --recursive
45 if set, recurse into potential subdatasets.
46
47 -R LEVELS, --recursion-limit LEVELS
48 limit recursion into subdatasets to the given number of levels.
49 Constraints: value must be convertible to type 'int' or value
50 must be NONE
51
52 --version
53 show the module and its version which provides the command
54
56 datalad is developed by The DataLad Team and Contributors <team@datal‐
57 ad.org>.
58
59
60
61datalad unlock 0.19.3 2023-08-11 datalad unlock(1)