Problem
reset-password subcommand generates a password, but in a CI context is should be interesting to check if an existing user matches a given password, to decide if it must be updated, and force it to a given value if needed
Suggestion
- allow an option
--password on reset-password subcommand
- add a
check-password subcommand returning a status
Alternatives Considered
source to input required password may be stdin or a prompt