mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 22:42:08 +02:00

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: Seth Falco <seth@falco.fun> Co-authored-by: Patrice Denis <patricedenis@users.noreply.github.com>
597 B
597 B
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