snippetbashTip
lpass — Interface for the LastPass password manager. More information: <https://lastpass.github.io/lastpass-
Viewed 0 times
lpassthelastpasscommandpasswordinterfaceclifor
Problem
How to use the
lpass command: Interface for the LastPass password manager. More information: <https://lastpass.github.io/lastpass-cli/lpass.1.html>.Solution
lpass — Interface for the LastPass password manager. More information: <https://lastpass.github.io/lastpass-cli/lpass.1.html>.Log in to your LastPass account, by entering your master password when prompted:
lpass login {{username}}Show login status:
lpass statusList all sites grouped by category:
lpass lsGenerate a new password for gmail.com with the identifier
myinbox and add to LastPass:lpass generate --username {{username}} --url {{gmail.com}} {{myinbox}} {{password_length}}Show password for a specified entry:
lpass show {{myinbox}} --passwordCode Snippets
Log in to your LastPass account, by entering your master password when prompted
lpass login {{username}}Show login status
lpass statusList all sites grouped by category
lpass lsGenerate a new password for gmail.com with the identifier `myinbox` and add to LastPass
lpass generate --username {{username}} --url {{gmail.com}} {{myinbox}} {{password_length}}Show password for a specified entry
lpass show {{myinbox}} --passwordContext
tldr-pages: common/lpass
Revisions (0)
No revisions yet.