-
Notifications
You must be signed in to change notification settings - Fork 4
/
bitwarden-cli.json
27 lines (27 loc) · 971 Bytes
/
bitwarden-cli.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"version": "2023.1.0",
"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",
"architecture": {
"64bit": {
"url": "https://github.com/bitwarden/clients/releases/download/cli-v2023.1.0/bw-windows-2023.1.0.zip",
"hash": "708b1f715aff1895318f32dacffb7d0dcacb984ffdeca756b57b5992f017c532"
}
},
"bin": "bw.exe",
"checkver": {
"url": "https://github.com/bitwarden/clients/releases.atom",
"regex": "\\/cli-v([\\d.]+)<\\/id>"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/bitwarden/clients/releases/download/cli-v$version/bw-windows-$version.zip",
"hash": {
"url": "$baseurl/bw-windows-sha256-$version.txt"
}
}
}
}
}