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

:bug: search defaults to verbose, `--verbose` switch has no affect. #1152

Open jptechnical opened 7 months ago

jptechnical commented 7 months ago

When searching for a record, I get a nice table of returned results, and then it loops through this into full details. I don't see this output as different than the --verbose switch. Is it possible the search command is defaulting to --verbose? I don't see a way of returning only the brief response. Is search broken in Commander Version: 16.9.29 (Current version) on macOS?

image

sk-keeper commented 7 months ago

Thank you for pointing this out. search command already has --verbose argument. This argument was ignored for records. The next Commander release is going to fix this issue. search .*bbh --categories=record or s .*bbh -c r is going to search only records and skip record detail output