-
-
Notifications
You must be signed in to change notification settings - Fork 496
/
gopass.1
601 lines (530 loc) · 16.7 KB
/
gopass.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
.TH GOPASS "1" "August 2024" "gopass (github.com/gopasspw/gopass) 1.15.14" "User Commands"
.SH NAME
gopass - The standard Unix password manager
.SH SYNOPSIS
.B gopass
[\fI\,global options\/\fR] \fI\,command\/\fR [\fI\,command options\/\fR] [\fI,arguments\/\fR...]
.SH GLOBAL OPTIONS
.TP
\fB\-\-alsoclip\fR,
\fB\-C\fR,
Copy the password and show everything
.TP
\fB\-\-chars\fR,
Print specific characters from the secret
.TP
\fB\-\-clip\fR,
\fB\-c\fR,
Copy the password value into the clipboard
.TP
\fB\-\-noparsing\fR,
\fB\-n\fR,
Do not parse the output.
.TP
\fB\-\-nosync\fR,
Disable auto-sync
.TP
\fB\-\-password\fR,
\fB\-o\fR,
Display only the password. Takes precedence over all other flags.
.TP
\fB\-\-qr\fR,
Print the password as a QR Code
.TP
\fB\-\-revision\fR,
\fB\-r\fR,
Show a past revision. Does NOT support RCS specific shortcuts. Use exact revision or -<N> to select the Nth oldest revision of this entry.
.TP
\fB\-\-unsafe\fR,
\fB\-u\fR,
\fB\-\-force\fR,
\fB\-f\fR,
Display unsafe content (e.g. the password) even if safecontent is enabled
.TP
\fB\-\-yes\fR,
\fB\-y\fR,
Always answer yes to yes/no questions
.SH COMMANDS
.SS age
age commands
Built-in commands for the age backend.
These allow limited interactions with the gopass specific age identities.
.SS alias
Print domain aliases
Print defined domain aliases.
.SS audit
Decrypt all secrets and scan for weak or leaked passwords
This command decrypts all secrets and checks for common flaws and (optionally) against a list of previously leaked passwords.
.B Flags
.TP
\fB\-\-format\fR,
Output format. text, csv or html. Default: text
.TP
\fB\-\-full\fR,
Print full details of all findings. Default: false
.TP
\fB\-\-output-file\fR,
\fB\-o\fR,
Output filename. Used for csv and html
.TP
\fB\-\-summary\fR,
Print a summary of the audit results. Default: true (print summary)
.TP
\fB\-\-template\fR,
HTML template. If not set use the built-in default.
.SS cat
Decode and print content of a binary secret to stdout, or encode and insert from stdin
This command is similar to the way cat works on the command line. It can either be used to retrieve the decoded content of a secret similar to 'cat file' or vice versa to encode the content from STDIN to a secret.
.SS clone
Clone a password store from a git repository
This command clones an existing password store from a git remote to a local password store. Can be either used to initialize a new root store or to add a new mounted sub-store. Needs at least one argument (git URL) to clone from. Accepts a second argument (mount location) to clone and mount a sub-store, e.g. 'gopass clone [email protected]/store.git foo/bar'
.B Flags
.TP
\fB\-\-check-keys\fR,
Check for valid decryption keys. Generate new keys if none are found.
.TP
\fB\-\-crypto\fR,
Select crypto backend [age gpgcli plain]
.TP
\fB\-\-path\fR,
Path to clone the repo to
.TP
\fB\-\-storage\fR,
Select storage backend [fossilfs gitfs]
.SS config
Display and edit the configuration file
This command allows for easy printing and editing of the configuration. Without argument, the entire config is printed. With a single argument, a single key can be printed. With two arguments a setting specified by key can be set to value.
.B Flags
.TP
\fB\-\-store\fR,
Set options to a specific store
.SS convert
Convert a store to different backends
Convert a store to a different set of backends
.B Flags
.TP
\fB\-\-crypto\fR,
Which crypto backend? [age gpgcli plain]
.TP
\fB\-\-move\fR,
Replace store?
.TP
\fB\-\-storage\fR,
Which storage backend? [fossilfs fs gitfs]
.TP
\fB\-\-store\fR,
Specify which store to convert
.SS copy
Copy secrets from one location to another
This command copies an existing secret in the store to another location. This also works across different sub-stores. If the source is a directory it will automatically copy recursively. In that case, the source directory is re-created at the destination if no trailing slash is found, otherwise the contents are flattened (similar to rsync).
.B Flags
.TP
\fB\-\-force\fR,
\fB\-f\fR,
Force to copy the secret and overwrite existing one
.SS create
Easy creation of new secrets
This command starts a wizard to aid in creation of new secrets.
.B Flags
.TP
\fB\-\-force\fR,
\fB\-f\fR,
Force path selection
.TP
\fB\-\-store\fR,
\fB\-s\fR,
Which store to use
.SS delete
Remove one or many secrets from the store
This command removes secrets. It can work recursively on folders. Recursing across stores is purposefully not supported.
.B Flags
.TP
\fB\-\-force\fR,
\fB\-f\fR,
Force to delete the secret
.TP
\fB\-\-recursive\fR,
\fB\-r\fR,
Recursive delete files and folders
.SS edit
Edit new or existing secrets
Use this command to insert a new secret or edit an existing one using your $EDITOR. It will attempt to create a secure temporary directory for storing your secret while the editor is accessing it. Please make sure your editor doesn't leak sensitive data to other locations while editing.
Note: If $EDITOR is not set we will try 'editor'. If that's not available either we fall back to 'vi'. Consider using 'update-alternatives --config editor to change the defaults.
.B Flags
.TP
\fB\-\-create\fR,
\fB\-c\fR,
Create a new secret if none found
.TP
\fB\-\-editor\fR,
\fB\-e\fR,
Use this editor binary
.SS env
Run a subprocess with a pre-populated environment
This command runs a sub process with the environment populated from the keys of a secret.
.B Flags
.TP
\fB\-\-keep-case\fR,
\fB\-\-kc\fR,
Do not capitalize the environment variable and instead retain the original capitalization
.SS find
Search for secrets
This command will first attempt a simple pattern match on the name of the secret. If there is an exact match it will be shown directly; if there are multiple matches, a selection will be shown.
.B Flags
.TP
\fB\-\-unsafe\fR,
\fB\-u\fR,
\fB\-\-force\fR,
\fB\-f\fR,
In the case of an exact match, display the password even if safecontent is enabled
.SS fsck
Check store integrity, clean up artifacts and possibly re-write secrets
Check the integrity of the given sub-store or all stores if none are specified. Will automatically fix all issues found, i.e. it will change permissions, re-write secrets and remove outdated configs.
.B Flags
.TP
\fB\-\-decrypt\fR,
Decrypt and reencrypt during fsck.
.TP
\fB\-\-store\fR,
Limit fsck to this mount point
.SS fscopy
Copy files from or to the password store
This command either reads a file from the filesystem and writes the encoded and encrypted version in the store or it decrypts and decodes a secret and writes the result to a file. Either source or destination must be a file and the other one a secret. If you want the source to be securely removed after copying, use 'gopass binary move'
.SS fsmove
Move files from or to the password store
This command either reads a file from the filesystem and writes the encoded and encrypted version in the store or it decrypts and decodes a secret and writes the result to a file. Either source or destination must be a file and the other one a secret. The source will be wiped from disk or from the store after it has been copied successfully and validated. If you don't want the source to be removed use 'gopass binary copy'
.SS generate
Generate a new password
Dialog to generate a new password and write it into a new or existing secret. By default, the new password will replace the first line of an existing secret (or create a new one).
.B Flags
.TP
\fB\-\-clip\fR,
\fB\-c\fR,
Copy the generated password to the clipboard
.TP
\fB\-\-edit\fR,
\fB\-e\fR,
Open secret for editing after generating a password
.TP
\fB\-\-force\fR,
\fB\-f\fR,
Force to overwrite existing password
.TP
\fB\-\-force-regen\fR,
\fB\-t\fR,
Force full re-generation, incl. evaluation of templates. Will overwrite the entire secret!
.TP
\fB\-\-generator\fR,
\fB\-g\fR,
Choose a password generator, use one of: cryptic, memorable, xkcd or external. Default: cryptic
.TP
\fB\-\-lang\fR,
\fB\-\-xkcdlang\fR,
\fB\-\-xl\fR,
Language to generate password from, currently only en (english, default) or de are supported
.TP
\fB\-\-print\fR,
\fB\-p\fR,
Print the generated password to the terminal
.TP
\fB\-\-sep\fR,
\fB\-\-xkcdsep\fR,
\fB\-\-xs\fR,
Word separator for generated passwords. If no separator is specified, the words are combined without spaces/separator and the first character of words is capitalised.
.TP
\fB\-\-strict\fR,
Require strict character class rules
.TP
\fB\-\-symbols\fR,
\fB\-s\fR,
Use symbols in the password
.SS git
Run a git command inside a password store: gopass git [--store=<store>] <git-command>
If the password store is a git repository, execute a git command specified by git-command-args.
.B Flags
.TP
\fB\-\-store\fR,
Store to operate on
.SS grep
Search for secrets files containing search-string when decrypted.
This command decrypts all secrets and performs a pattern matching on the content.
.B Flags
.TP
\fB\-\-regexp\fR,
\fB\-r\fR,
Interpret pattern as RE2 regular expression
.SS history
Show password history
Display the change history for a secret
.B Flags
.TP
\fB\-\-password\fR,
\fB\-p\fR,
Include passwords in output
.SS init
Initialize new password store.
Initialize new password storage and use gpg-id for encryption.
.B Flags
.TP
\fB\-\-crypto\fR,
Select crypto backend [age gpgcli plain]
.TP
\fB\-\-path\fR,
\fB\-p\fR,
Set the sub-store path to operate on
.TP
\fB\-\-storage\fR,
Select storage backend [fossilfs fs gitfs]
.TP
\fB\-\-store\fR,
\fB\-s\fR,
Set the name of the sub-store
.SS insert
Insert a new secret
Insert a new secret. Optionally, echo the secret back to the console during entry. Or, optionally, the entry may be multiline. Prompt before overwriting existing secret unless forced.
.B Flags
.TP
\fB\-\-append\fR,
\fB\-a\fR,
Append data read from STDIN to existing data
.TP
\fB\-\-echo\fR,
\fB\-e\fR,
Display secret while typing
.TP
\fB\-\-force\fR,
\fB\-f\fR,
Overwrite any existing secret and do not prompt to confirm recipients
.TP
\fB\-\-multiline\fR,
\fB\-m\fR,
Insert using $EDITOR
.SS link
Create a symlink
This command creates a symlink from one entry in a mounted store to another entry. Important: Does not cross mounts!
.SS list
List existing secrets
This command will list all existing secrets. Provide a folder prefix to list only certain subfolders of the store.
.B Flags
.TP
\fB\-\-flat\fR,
\fB\-f\fR,
Print a flat list
.TP
\fB\-\-folders\fR,
\fB\-d\fR,
Print a flat list of folders
.TP
\fB\-\-limit\fR,
\fB\-l\fR,
Display no more than this many levels of the tree
.TP
\fB\-\-strip-prefix\fR,
\fB\-s\fR,
Strip this prefix from filtered entries
.SS merge
Merge multiple secrets into one
This command implements a merge workflow to help deduplicate secrets. It requires exactly one destination (may already exist) and at least one source (must exist, can be multiple). gopass will then merge all entries into one, drop into an editor, save the result and remove all merged entries.
.B Flags
.TP
\fB\-\-delete\fR,
\fB\-d\fR,
Remove merged entries
.TP
\fB\-\-force\fR,
\fB\-f\fR,
Skip editor, merge entries unattended
.SS mounts
Edit mounted stores
This command displays all mounted password stores. It offers several subcommands to create or remove mounts.
.SS move
Move secrets from one location to another
This command moves a secret from one path to another. This also works across different sub-stores. If the source is a directory, the source directory is re-created at the destination if no trailing slash is found, otherwise the contents are flattened (similar to rsync).
.B Flags
.TP
\fB\-\-force\fR,
\fB\-f\fR,
Force to move the secret and overwrite existing one
.SS otp
Generate time- or hmac-based tokens
Tries to parse an OTP URL (otpauth://). URL can be TOTP or HOTP. The URL can be provided on its own line or on a key value line with a key named 'totp'.
.B Flags
.TP
\fB\-\-clip\fR,
\fB\-c\fR,
Copy the time-based token into the clipboard
.TP
\fB\-\-password\fR,
\fB\-o\fR,
Only display the token
.TP
\fB\-\-qr\fR,
\fB\-q\fR,
Write QR code to FILE
.TP
\fB\-\-snip\fR,
\fB\-s\fR,
Scan screen content to insert a OTP QR code into provided entry
.SS process
Process a template file
This command processes a template file. It will read the template file and replace all variables with their values.
.SS pwgen
Generate passwords
Print any number of password to the console. The optional length parameter specifies the length of each password.
.B Flags
.TP
\fB\-\-ambiguous\fR,
\fB\-B\fR,
Do not include characters that could be easily confused with each other, like '1' and 'l' or '0' and 'O'
.TP
\fB\-\-lang\fR,
\fB\-\-xkcdlang\fR,
\fB\-\-xl\fR,
Language to generate password from, currently only en (english, default) or de are supported
.TP
\fB\-\-no-capitalize\fR,
\fB\-A\fR,
Do not include capital letter in the generated passwords.
.TP
\fB\-\-no-numerals\fR,
\fB\-0\fR,
Do not include numerals in the generated passwords.
.TP
\fB\-\-one-per-line\fR,
\fB\-1\fR,
Print one password per line
.TP
\fB\-\-sep\fR,
\fB\-\-xkcdsep\fR,
\fB\-\-xs\fR,
Word separator for generated xkcd style password. If no separator is specified, the words are combined without spaces/separator and the first character of words is capitalised. This flag implies -xkcd
.TP
\fB\-\-symbols\fR,
\fB\-y\fR,
Include at least one symbol in the password.
.TP
\fB\-\-xkcd\fR,
\fB\-x\fR,
Use multiple random english words combined to a password. By default, space is used as separator and all words are lowercase
.TP
\fB\-\-xkcdcapitalize\fR,
\fB\-\-xc\fR,
Capitalize first letter of each word in generated xkcd style password. This flag implies -xkcd
.TP
\fB\-\-xkcdnumbers\fR,
\fB\-\-xn\fR,
Add a random number to the end of the generated xkcd style password. This flag implies -xkcd
.SS rcs
Run a RCS command inside a password store
If the password store is a git repository, execute a git command specified by git-command-args.
.SS recipients
Edit recipient permissions
This command displays all existing recipients for all mounted stores. The subcommands allow adding or removing recipients.
.B Flags
.TP
\fB\-\-pretty\fR,
Pretty print recipients
.SS setup
Initialize a new password store
This command is automatically invoked if gopass is started without any existing password store. This command exists so users can be provided with simple one-command setup instructions.
.B Flags
.TP
\fB\-\-alias\fR,
Local mount point for the given remote
.TP
\fB\-\-create\fR,
Create a new team (default: false, i.e. join an existing team)
.TP
\fB\-\-crypto\fR,
Select crypto backend [age gpgcli plain]
.TP
\fB\-\-email\fR,
EMail for unattended GPG key generation
.TP
\fB\-\-name\fR,
Firstname and Lastname for unattended GPG key generation
.TP
\fB\-\-remote\fR,
URL to a git remote, will attempt to join this team
.TP
\fB\-\-storage\fR,
Select storage backend [fossilfs fs gitfs]
.SS show
Display the content of a secret
Show an existing secret and optionally put its first line on the clipboard. If put on the clipboard, it will be cleared after 45 seconds.
.B Flags
.TP
\fB\-\-alsoclip\fR,
\fB\-C\fR,
Copy the password and show everything
.TP
\fB\-\-chars\fR,
Print specific characters from the secret
.TP
\fB\-\-clip\fR,
\fB\-c\fR,
Copy the password value into the clipboard
.TP
\fB\-\-noparsing\fR,
\fB\-n\fR,
Do not parse the output.
.TP
\fB\-\-nosync\fR,
Disable auto-sync
.TP
\fB\-\-password\fR,
\fB\-o\fR,
Display only the password. Takes precedence over all other flags.
.TP
\fB\-\-qr\fR,
Print the password as a QR Code
.TP
\fB\-\-revision\fR,
\fB\-r\fR,
Show a past revision. Does NOT support RCS specific shortcuts. Use exact revision or -<N> to select the Nth oldest revision of this entry.
.TP
\fB\-\-unsafe\fR,
\fB\-u\fR,
\fB\-\-force\fR,
\fB\-f\fR,
Display unsafe content (e.g. the password) even if safecontent is enabled
.TP
\fB\-\-yes\fR,
\fB\-y\fR,
Always answer yes to yes/no questions
.SS sum
Compute the SHA256 checksum
This command decodes an Base64 encoded secret and computes the SHA256 checksum over the decoded data. This is useful to verify the integrity of an inserted secret.
.SS sync
Sync all local stores with their remotes
Sync all local stores with their git remotes, if any, and check any possibly affected gpg keys.
.B Flags
.TP
\fB\-\-store\fR,
\fB\-s\fR,
Select the store to sync
.SS templates
Edit templates
List existing templates in the password store and allow for editing and creating them.
.SS unclip
Internal command to clear clipboard
Clear the clipboard if the content matches the checksum.
.B Flags
.TP
\fB\-\-force\fR,
Clear clipboard even if checksum mismatches
.TP
\fB\-\-timeout\fR,
Time to wait
.SS update
Check for updates
This command checks for gopass updates at GitHub and automatically downloads and installs any missing update.
.SS version
Display version
This command displays version and build time information.
.SH "REPORTING BUGS"
Report bugs to <https://github.com/gopasspw/gopass/issues/new>
.SH "COPYRIGHT"
Copyright \(co 2021 Gopass Authors
This program is free software; you may redistribute it under the terms of
the MIT license. This program has absolutely no warranty.