git.schokokeks.org
Repositories
Help
Report an Issue
derivepassphrase.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
61f4c67
Branches
Tags
documentation-tree
master
0.1.0
0.1.1
0.1.2
0.1.3
0.2.0
0.3.0
0.3.1
0.3.2
derivepassphrase.git
docs
reference
derivepassphrase-export.1.md
Reintegrate all functionality as subcommands
Marco Ricci
commited
61f4c67
at 2024-09-11 12:20:16
derivepassphrase-export.1.md
Blame
History
Raw
# derivepassphrase-export(1) ## NAME derivepassphrase-export – export a foreign configuration to standard output ## SYNOPSIS ```` derivepassphrase export [SUBCOMMAND_ARGS]... ```` ## DESCRIPTION Read a foreign system configuration, extract all information from it, and export the resulting configuration to standard output. The only available subcommand is <b>vault</b>, which implements the vault-native configuration scheme. If no subcommand is given, we default to <b>vault</b>. ## SUBCOMMANDS [<b>vault</b>][VAULT_SUBCMD] : Export a vault-native configuration to standard output. ## DEPRECATION NOTICE Defaulting to <b>vault</b> is deprecated. Starting in v1.0, the subcommand must be specified explicitly. ## SEE ALSO [derivepassphrase(1)](derivepassphrase.1.md), [derivepassphrase-export-vault(1)] [VAULT_SUBCMD]: derivepassphrase-export-vault.1.md