mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 05:22:09 +02:00
lpass: add page (#1815)
This commit is contained in:
parent
5748e7cdae
commit
e2f15e7470
1 changed files with 23 additions and 0 deletions
23
pages/common/lpass.md
Normal file
23
pages/common/lpass.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# lpass
|
||||
|
||||
> Command line interface for the LastPass password manager.
|
||||
|
||||
- Login to your LastPass account, by entering your master password when prompted:
|
||||
|
||||
`lpass login {{username}}`
|
||||
|
||||
- Show login status:
|
||||
|
||||
`lpass status`
|
||||
|
||||
- List all sites grouped by category:
|
||||
|
||||
`lpass ls`
|
||||
|
||||
- Generate a new password for "gmail.com" with 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}} --password`
|
Loading…
Add table
Reference in a new issue