Keeper-Security / Commander

Keeper Commander is a python-based CLI and SDK interface to the Keeper Security platform. Provides administrative controls, reporting, import/export and vault management.
https://www.keepersecurity.com/commander.html
MIT License
182 stars 74 forks source link

(KC-702) `login`/`sync-down` fixes/improvements: #1120

Closed aaunario-keeper closed 8 months ago

aaunario-keeper commented 8 months ago

1) replaced api.login() calls in cli.py with LoginCommand.execute() 2) added SyncDownCommand().execute() call after login success in LoginCommand 3) moved BreachWatchScanCommand and SyncSecurityDataCommand calls from sync_down() to LoginCommand (after sync-down)