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

missing --legacy option #1139

Closed StefanoThS closed 7 months ago

StefanoThS commented 7 months ago

Commit #317eceb (Support Share Admin. KC-390) removed the --legacy option. Is it possible to restore it? In out company's keeper vault, we have a mix of new and legacy record and relied on this option to be able to parse the output json with the same structure. That change broke our company IaaC scripts, so we are still using commander version 16.7.9

sk-keeper commented 7 months ago

Thank you for reporting this issue. We could not predict the result of removing this option. This option will be put back in the next Commander release.

StefanoThS commented 7 months ago

I just tested the 16.9.28 release. Everything works fine for me, now. Thank you very much!