Commander CLI as SDK
This page describes the usage of Keeper Commander CLI as a library for Python Developers
Installation
Clone the Commander Repository
git clone https://github.com/Keeper-Security/Commander
cd Commandergit checkout releaseInstall Python
Create and Activate Virtual Environment
python3 -m venv venv
source venv/bin/activatepython -m venv venv
.\venv\Scripts\activateInstall Dependencies and Set Up in Dev Mode
pip install -r requirements.txt
pip install -e .Optional Email Dependencies
Setup Complete
Python Code
Authentication
Vault Usage
Enterprise Usage
Last updated
Was this helpful?

