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
Optional Email Dependencies
Setup Complete
Python Code
Authentication
Vault Usage
Enterprise Usage
Bulk Command Script
Last updated

