mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 11:58:34 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
29
tldr/lpass
Normal file
29
tldr/lpass
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# lpass
|
||||
|
||||
> Command-line interface for the LastPass password manager.
|
||||
> More information: <https://github.com/lastpass/lastpass-cli>.
|
||||
|
||||
- Log in 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 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}} --password`
|
||||
Reference in New Issue
Block a user