kpcli

Command-line interface for managing KeePass password database files

brewmacoslinux
Try with needOr install directly
Source

About

Command-line interface to KeePass database files

Commands

kpcli

Examples

Open and interact with a KeePass database file$ kpcli --kdb=/path/to/database.kdbx
List all entries in a KeePass database$ kpcli --kdb=/path/to/database.kdbx --command='ls -la'
Search for an entry by name in the database$ kpcli --kdb=/path/to/database.kdbx --command='find mypassword'