CLI Provisioning with Commander SDK
Keeper Commander is an open-source Python SDK which can perform many vault and administrative functions within the Keeper system.
Command-line Usage
$ keeper
usage: keeper [--server SERVER] [--user USER] [--password PASSWORD]
[--version] [--config CONFIG] [--debug]
[command] [options [options ...]]
positional arguments:
command Command
options Options
optional arguments:
--server SERVER, -ks SERVER
Keeper Host address.
--user USER, -ku USER
Email address for the account.
--password PASSWORD, -kp PASSWORD
Master password for the account.
--version Display version
--config CONFIG Config file to use
--debug Turn on debug modeInteractive Shell
Keeper Command Reference
Last updated
Was this helpful?

