a8c8e836c3a10834415a51e15a8cfadb1c752334
Marco Ricci Reintegrate all functionali...

Marco Ricci authored 6 months ago

1) # derivepassphrase-export(1)
2) 
3) ## NAME
4) 
Marco Ricci Overhaul all other manpages...

Marco Ricci authored 2 months ago

5) derivepassphrase-export – export a foreign configuration to standard output
Marco Ricci Reintegrate all functionali...

Marco Ricci authored 6 months ago

6) 
7) ## SYNOPSIS
8) 
9) ````
Marco Ricci Overhaul all other manpages...

Marco Ricci authored 2 months ago

10) derivepassphrase export SUBCOMMAND_ARGS ...
Marco Ricci Reintegrate all functionali...

Marco Ricci authored 6 months ago

11) ````
12) 
13) ## DESCRIPTION
14) 
Marco Ricci Overhaul all other manpages...

Marco Ricci authored 2 months ago

15) Read a foreign system configuration, extract all information from it, and export the resulting configuration to standard output.
Marco Ricci Reintegrate all functionali...

Marco Ricci authored 6 months ago

16) 
17) ## SUBCOMMANDS
18) 
19) [<b>vault</b>][VAULT_SUBCMD]
Marco Ricci Overhaul all other manpages...

Marco Ricci authored 2 months ago

20) :    Export a <i>vault</i>(1)-native configuration to standard output.
21) 
22) If no subcommand is given, we default to <b>vault</b>.
23) 
24) ## OPTIONS
25) 
26) <b>-</b><b>-debug</b>
27) :   Emit all diagnostic information to standard error, including progress, warning and error messages.
28) 
29)     Cancels the effect of any previous <b>-</b><b>-quiet</b> or <b>-</b><b>-verbose</b> options.
30)     Also applies to subcommands.
31) 
32) <b>-v</b>, <b>-</b><b>-verbose</b>
33) :   Emit extra/progress information to standard error, on top of warning and error messages.
34) 
35)     Cancels the effect of any previous <b>-</b><b>-debug</b> or <b>-</b><b>-quiet</b> options.
36)     Also applies to subcommands.
37) 
38) <b>-q</b>, <b>-</b><b>-quiet</b>
39) :   Suppress all other diagnostic output to standard error, except error messages.
40)     This includes warning messages.
41) 
42)     Cancels the effect of any previous <b>-</b><b>-debug</b> or <b>-</b><b>-verbose</b> options.
43)     Also applies to subcommands.
Marco Ricci Reintegrate all functionali...

Marco Ricci authored 6 months ago

44) 
Marco Ricci Overhaul all other manpages...

Marco Ricci authored 2 months ago

45) <b>-</b><b>-version</b>
46) :   Show the version and exit.
Marco Ricci Reintegrate all functionali...

Marco Ricci authored 6 months ago

47) 
Marco Ricci Overhaul all other manpages...

Marco Ricci authored 2 months ago

48) <b>-h</b>, <b>-</b><b>-help</b>
49) :   Show a help message and exit.
50) 
51) ## ENVIRONMENT
52) 
53) `DERIVEPASSPHRASE_PATH`
54) :   <b>derivepassphrase</b> stores its configuration files and data in this directory.
55)     Defaults to `~/.derivepassphrase` on UNIX-like systems and `C:\Users\<user>\AppData\Roaming\Derivepassphrase` on Windows.
56) 
57) ## COMPATIBILITY
58) 
59) ### With other software
60) 
61) See the respective subcommand's manpage for compatibility information.
62) 
63) ### Forward and backward compatibility
64) 
65)   * [Since v0.2.0.] In v1.0, <b>derivepassphrase export</b> will require an explicit subcommand name.
66)     Defaults to the subcommand <b>vault</b>.
Marco Ricci Reintegrate all functionali...

Marco Ricci authored 6 months ago

67) 
68) ## SEE ALSO
69) 
Marco Ricci Overhaul all other manpages...

Marco Ricci authored 2 months ago

70) [<i>derivepassphrase</i>(1)](derivepassphrase.1.md),
71) [<i>derivepassphrase-export-vault</i>(1)][VAULT_SUBCMD].
72) 
73) ## AUTHOR
74) 
75) [Marco Ricci](https://the13thletter.info) (`software` at `the13thletter` dot `info`)