Forrest logo
back to context overview

bw

List of commands for bw:

  • bw:tldr:2d774 bw: Search and display items from Bitwarden vault.
    $ bw list items --search ${github}
    try on your machine
    explain this command
  • bw:tldr:83e5f bw: Display a particular item from Bitwarden vault.
    $ bw get item ${github}
    try on your machine
    explain this command
  • bw:tldr:b3b4f bw: Log out of a Bitwarden user account.
    $ bw logout
    try on your machine
    explain this command
  • bw:tldr:cd29f bw: Create a folder in Bitwarden vault.
    $ ${echo -n '{"name":"My Folder1"}' | base64} | bw create folder
    try on your machine
    explain this command
  • bw:tldr:debab bw: Log in to a Bitwarden user account.
    $ bw login
    try on your machine
    explain this command
back to context overview