Forrest logo
back to context overview

lpass

List of commands for lpass:

  • lpass:tldr:85146 lpass: Log in to your LastPass account, by entering your master password when prompted.
    $ lpass login ${username}
    try on your machine
    explain this command
  • lpass:tldr:b0d11 lpass: List all sites grouped by category.
    $ lpass ls
    try on your machine
    explain this command
  • lpass:tldr:b4a60 lpass: Show login status.
    $ lpass status
    try on your machine
    explain this command
  • lpass:tldr:c9c44 lpass: Show password for a specified entry.
    $ lpass show ${myinbox} --password
    try on your machine
    explain this command
  • lpass:tldr:dbe3a lpass: 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}
    try on your machine
    explain this command
back to context overview