Access and manage Bitwarden/Vaultwarden passwords securely using the rbw CLI.
Interact with Bitwarden or Vaultwarden vaults using the rbw CLI.
rbw config set email <your_email>
rbw config set baseurl <vault_url> # Optional, defaults to bitwarden.com
rbw login
Note: Login requires the Master Password and potentially 2FA (email/TOTP).
rbw unlock
Note: rbw caches the session key in the agent. If interactive input is required (pinentry), see if you can setup pinentry-curses (CLI-based pinentry) as the pinentry provider.
rbw listrbw get "Name"rbw get --full "Name"rbw search "query"rbw add ...rbw sync (Refresh vault)
Note: Always sync before getting details to ensure accuracy.The agent uses exec to run rbw commands.
tmux if rbw prompts for a password via pinentry-curses.rbw add may require EDITOR configuration or tmux.