mirror of
https://github.com/VitexSoftware/bw-cli.git
synced 2026-04-04 05:20:48 +00:00
BitWarden commandline tool repack for Debian
| debian | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
bw-cli debian package
Package built contains repacked https://bitwarden.com/download/?app=cli&platform=linux binary, man page and zsh completion.
bw is a command-line interface tool for interacting with Bitwarden, a secure password manager.
Features
- Securely access and manage your Bitwarden vault from the terminal
- Add, edit, and delete items
- Search and view vault entries
- Supports login, logout, and session management
Installation
sudo apt install lsb-release wget apt-transport-https bzip2
wget -qO- https://repo.vitexsoftware.com/keyring.gpg | sudo tee /etc/apt/trusted.gpg.d/vitexsoftware.gpg
echo "deb [signed-by=/etc/apt/trusted.gpg.d/vitexsoftware.gpg] https://repo.vitexsoftware.com $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/vitexsoftware.list
sudo apt update
sudo apt install bw-cli
Usage
bw [command] [options]
Common Commands
login— Authenticate with your Bitwarden accountlogout— End your sessionlist— List all vault itemsget <item>— Retrieve a specific itemadd— Add a new item
Configuration
Configure your environment variables or use a config file as needed for authentication.
Building
git clone https://github.com/VitexSoftware/bw-cli.git
cd bw-cli
debuild -us -uc
Contributing
Contributions are welcome! Please open issues or submit pull requests on GitHub.
License
This project is licensed under the MIT License.