Wordpress - How to change user password with wp-cli?
This does the trick:
wp user update USERNAME --user_pass="PASSWORD"
(Found it here.)
first check the user name:
wp user list
then change password without leaving traces in history
wp user update admin --prompt=user_pass