pass insert <pass-name>
Insert a new password into the password store called pass-name
Arguments
Name | Description |
---|---|
pass-name | The password name |
Options
Name | Description |
---|---|
--echo, -e | Disable keyboard echo when the password is entered and confirm the password by asking for it twice |
--multi-line, -m | Lines will be read until EOF or Ctrl+D is reached. Otherwise, only a single line from standard in is read |
--force, -f | Don't prompt before overwriting an existing password |