1git-annex-setpresentkey(1) General Commands Manual git-annex-setpresentkey(1)
2
3
4
6 git-annex-setpresentkey - change records of where key is present
7
9 git annex setpresentkey key uuid [1|0]
10
12 This plumbing-level command changes git-annex's records about whether
13 the specified key's content is present in a remote with the specified
14 uuid.
15
16 Use 1 to indicate the key is present, or 0 to indicate the key is not
17 present.
18
20 --batch
21
22 Enables batch mode, in which lines are read from stdin. The
23 line format is "key uuid [1|0]"
24
25 --json Enable JSON output. This is intended to be parsed by programs
26 that use git-annex. Each line of output is a JSON object.
27
28 --json-error-messages
29 Messages that would normally be output to standard error are in‐
30 cluded in the JSON instead.
31
32 Also the git-annex-common-options(1) can be used.
33
35 git-annex(1)
36
38 Joey Hess <id@joeyh.name>
39
40 git-annex-setpresentkey(1)