-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
CLI missing fields on Add/Edit #2220
Description
Hi,
First of all, MY 1000 THANKS for the tool, I discover more of its power every day ("transform rounds", the cli interface, etc.). It is so great! Also the XC interface is a major improvement over the legacy app (ease of use, configuration, multiple db opened in tabs, etc.)!
I'm trying to convert an old gpg'ed flat-text file I had previously, into a KPxc password database. Since this flat file is quite large, I'm trying to write a script to do the conversion. Unfortunately, I seem to lack a few commands/options in keepassxc-cli to do so.
-
First of all, how would you create a fresh empty db from command line?
-
"keepassxc-cli add/edit" do not seem to provide any access to the "Notes" field or "Expires" that exists in the GUI. Why? Also @cyphar seems to have added access to additional attributes to "show" in cli: show: add --attributes flag #1289 , but not to "add"/"edit" :{
Thanks in advance for the help