Closed flo-mic closed 3 years ago
I just added a error handler if you try to remove a key that is not present in the db. Also I improved the list function to list id, name and api key but not the crypto key as I believe this should not be visible from a CLI. Shall I also include a crypto key change function?
thanks for your contributions, these scripts now live in https://github.com/JarbasHiveMind/hmcli/tree/master/hmcli
A full cli utility for managing hivemind is in the works
This pull request adds a list and delete functionality to the HiveMind-database CLI. It allows to list all user names and also delete keys based on username and api key.