Add ability to account_manager.py to query the status of a user's state and services status
Maybe this functionality is already there, but I didn't see it in the --help output.
It would be helpful to be able to run ./account_manager.py USER status to query their status for the various services and states.
Or perhaps, instead it would provide a formatted output of sqlite3 user_reg.db 'select * from user_state where username LIKE "xyz";' so that we can see the full log for the user.
The output should included the field names.
Maybe that's 2 different arguments
-
statusshows the last entry in the DB -
logshows all entries in the DB
Edited by Mike Hanby