You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ keepassxc-cli extract
Usage: keepassxc-cli extract [options] database
Extract and print the content of a database.
Options:
-k, --key-file <path> Key file of the database.
Arguments:
database Path of the database to extract.
but no import <!> Once the database is in XML format, I do not see a way to import it back :( What is more, the export option asks for password on STDOUT and prints database on STDOUT as well. This makes redirecting the output difficult.
Expected Behavior
It would be great if:
there was an XML import option, both CLI and UI is fine
the export command had an option to name the file to which the export should be done.
The text was updated successfully, but these errors were encountered:
droidmonkey
changed the title
No XML import option?
CLI XML export improvements and add import option
Sep 30, 2018
I remember someone proposing an import command for the CLI, but it was never implemented. Importing from the same xml format that we export to would make sense.
louib
changed the title
CLI XML export improvements and add import option
CLI : import from XML format
Oct 17, 2018
The CLI has an export option:
but no import <!> Once the database is in XML format, I do not see a way to import it back :( What is more, the export option asks for password on STDOUT and prints database on STDOUT as well. This makes redirecting the output difficult.
Expected Behavior
It would be great if:
The text was updated successfully, but these errors were encountered: