Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions bucket/bitwarden-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,19 @@
"description": "The powerful command-line tool (CLI) to write and execute scripts on your Bitwarden vault.",
"homepage": "https://bitwarden.com/",
"license": "GPL-3.0-or-later",
"notes": [
"Scoop persists data since version 2025.4.0. You may need to move data by yourself.",
"Before: '$env:APPDATA\\Bitwarden CLI'",
"After : '$persist_dir\\bitwarden-cli\\bw-data'"
],
"architecture": {
"64bit": {
"url": "https://github.com/bitwarden/clients/releases/download/cli-v2025.1.2/bw-windows-2025.1.2.zip",
"hash": "5a7c55cf7904bb732dcb29522ae25b8cb67f246f804b6aa53d021fadace5d298"
}
},
"bin": "bw.exe",
"persist": "bw-data",
"checkver": {
"url": "https://github.com/bitwarden/clients/releases.atom",
"regex": "\\/cli-v([\\d.]+)<\\/id>"
Expand Down