Allow for tty/stdin passwords for all account flows #1437
Labels
enhancement
New feature or request
sept-sec-review
Required for the September 1st security review
UX-and-logs
Description
Currently most of the
lighthouse account
commands (e.g.,lighthouse account wallet
) require that passwords are supplied via files on the filesystem. This is useful for automated deployments, however it can feel clunky for users.Steps to resolve
Like the
lighthouse account validator import
andlighthouse vc
commands, we should allow for users to supply passwords interactively via tty (or optionally stdin) if the--password-file
(or w/e) flag is not specified.The text was updated successfully, but these errors were encountered: