Add method to view current state without applying change
Current invocation is account_manager.py $user $state
to change $user
to $state
.
Intuitively I would expect account_manager.py $user
to return the current of $user
without making changes. This is not currently the case, and it would be helpful to have this functionality for verifying state of users.
This may be related to #158