-
Notifications
You must be signed in to change notification settings - Fork 169
Expand file tree
/
Copy pathbitwarden-cli.hcl
More file actions
65 lines (58 loc) · 5.59 KB
/
bitwarden-cli.hcl
File metadata and controls
65 lines (58 loc) · 5.59 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
description = "The Bitwarden command-line interface (CLI) is a powerful, fully-featured tool for accessing and managing your Bitwarden vault"
binaries = ["bw"]
test = "bw --version"
platform "linux" {
source = "https://github.com/bitwarden/clients/releases/download/cli-v${version}/bw-linux-${version}.zip"
}
platform "darwin" "amd64" {
source = "https://github.com/bitwarden/clients/releases/download/cli-v${version}/bw-macos-${version}.zip"
}
platform "darwin" "arm64" {
source = "https://github.com/bitwarden/clients/releases/download/cli-v${version}/bw-macos-arm64-${version}.zip"
}
platform "windows" {
source = "https://github.com/bitwarden/clients/releases/download/cli-v${version}/bw-windows-${version}.zip"
}
version "2023.7.0" {
// v2023.7.0 doesn't have arm64 binaries, use x86_64 for all darwin
platform "darwin" {
source = "https://github.com/bitwarden/clients/releases/download/cli-v${version}/bw-macos-${version}.zip"
}
}
version "2025.10.0" "2025.11.0" "2025.12.0" "2025.12.1" "2026.1.0" "2026.2.0"
"2026.3.0" "2026.4.1" {
auto-version {
github-release = "bitwarden/clients"
ignore-invalid-versions = true
version-pattern = "cli-v(.*)"
}
}
sha256sums = {
"https://github.com/bitwarden/clients/releases/download/cli-v2023.7.0/bw-linux-2023.7.0.zip": "15bd4f7cc8e0b6a3d29a319bcad30d011e590698e5e0dc1e54e7950619b98024",
"https://github.com/bitwarden/clients/releases/download/cli-v2023.7.0/bw-macos-2023.7.0.zip": "0975152fc6ecb2c3cf1bd21cf2d3923b3d6dac63a717739ea38a582489d1eac7",
"https://github.com/bitwarden/clients/releases/download/cli-v2023.7.0/bw-windows-2023.7.0.zip": "DE263CED1813CA6C371C1A5939272DDB9B3DAA4B93C77300E66F12A38FE33CD8",
"https://github.com/bitwarden/clients/releases/download/cli-v2025.10.0/bw-linux-2025.10.0.zip": "0544c64d3e9932bb5f2a70e819695ea78186a44ac87a0b1d753e9c55217041d9",
"https://github.com/bitwarden/clients/releases/download/cli-v2025.10.0/bw-macos-2025.10.0.zip": "530c53f680a7c323d55e651f0613f04e547598e353c7d0ca8c903084c4d95c95",
"https://github.com/bitwarden/clients/releases/download/cli-v2025.10.0/bw-macos-arm64-2025.10.0.zip": "7a1648ece1faa782032ec97e49b1243dc3d6ea36ed95c0e25de4172c72b7e64a",
"https://github.com/bitwarden/clients/releases/download/cli-v2025.11.0/bw-macos-2025.11.0.zip": "213108a65eeb7294ffcd7303f8fe5308dc2af970735aefeb4d23fc9753a2ac01",
"https://github.com/bitwarden/clients/releases/download/cli-v2025.11.0/bw-macos-arm64-2025.11.0.zip": "59eac955be7b15bfc21c81101a194a9fbba32f48a61154b4f4b6e007efab6fd6",
"https://github.com/bitwarden/clients/releases/download/cli-v2025.11.0/bw-linux-2025.11.0.zip": "943f0107b3a471e7376b08f118e21a59583afeb49e4eb86f378e3b0d7c79c969",
"https://github.com/bitwarden/clients/releases/download/cli-v2025.12.0/bw-linux-2025.12.0.zip": "0a5ea0c81aedae91f29a5a316d01c73af4a7275db4fad56d069eb90e28b1c55f",
"https://github.com/bitwarden/clients/releases/download/cli-v2025.12.0/bw-macos-2025.12.0.zip": "6c71133e6cb22fb105a5579904cde2bf33d4651f62a164aae948543b75f0c92b",
"https://github.com/bitwarden/clients/releases/download/cli-v2025.12.0/bw-macos-arm64-2025.12.0.zip": "09fcb026e62ef1e374e4e150bf70518591187d299b8f6afc2b87237b2ad85abe",
"https://github.com/bitwarden/clients/releases/download/cli-v2025.12.1/bw-macos-2025.12.1.zip": "2552457ff49fa8a550de7af2e243b3283996c5c8ccab0d0012818ee6b718c4dd",
"https://github.com/bitwarden/clients/releases/download/cli-v2025.12.1/bw-linux-2025.12.1.zip": "c8f1e011cd4a03a98fdf5ab8c14d84d6f45a11d97fb59f9294c434db363a5282",
"https://github.com/bitwarden/clients/releases/download/cli-v2025.12.1/bw-macos-arm64-2025.12.1.zip": "3e44dd2294eadb309745b1b716c350c483ceb24517e1e5bd4ba08bc9fc0ac0b9",
"https://github.com/bitwarden/clients/releases/download/cli-v2026.1.0/bw-linux-2026.1.0.zip": "1d7b44c94b17a0a6c1264ba529f94b8b50fe059ab08d20aa5a5cbfdd25084aab",
"https://github.com/bitwarden/clients/releases/download/cli-v2026.1.0/bw-macos-arm64-2026.1.0.zip": "e3649caeda5231a373dd9dc3024568cfe51aa06d53bc80e8dfb3f4c674b3b02f",
"https://github.com/bitwarden/clients/releases/download/cli-v2026.1.0/bw-macos-2026.1.0.zip": "b0b63c9ae1190cffd755cb38933f91d86975c3fe2048e259b439ac9a9b2c390d",
"https://github.com/bitwarden/clients/releases/download/cli-v2026.2.0/bw-linux-2026.2.0.zip": "8d73e2a471993db8b2e6e4f69293a71e28e9b4c2cb4b696665f5f396126e1850",
"https://github.com/bitwarden/clients/releases/download/cli-v2026.2.0/bw-macos-arm64-2026.2.0.zip": "63c736b74620280e422ce238bdbcbc267689a0ff831168959ef2124588fcc1e5",
"https://github.com/bitwarden/clients/releases/download/cli-v2026.2.0/bw-macos-2026.2.0.zip": "60cc5109b1cdad560231e02098f1ab2d16efa821d51c6ec089cb5c3cc351b2e5",
"https://github.com/bitwarden/clients/releases/download/cli-v2026.3.0/bw-linux-2026.3.0.zip": "0bdf85cfa1ad1e3c4f6cd2ae23d0de1af136939405f1f395b6836b7f43479ed2",
"https://github.com/bitwarden/clients/releases/download/cli-v2026.3.0/bw-macos-2026.3.0.zip": "015ed86b1f9e23a366e0c7937a5b5cfcd26348505608e5e446890cd83a00b1d2",
"https://github.com/bitwarden/clients/releases/download/cli-v2026.3.0/bw-macos-arm64-2026.3.0.zip": "d935e9885ed215ecb0de9a7e7251487012b007a74fedbaaec6074d299fef3e02",
"https://github.com/bitwarden/clients/releases/download/cli-v2026.4.1/bw-linux-2026.4.1.zip": "2172dc63f821fcbd4b4ce65e7106f1ebab26b6cb16c9c8a5b28230dcc6f8a774",
"https://github.com/bitwarden/clients/releases/download/cli-v2026.4.1/bw-macos-2026.4.1.zip": "964f2645fb11c44d00a3de0aaa337468b4ecd55a56f9cb7d114b77799086d9f3",
"https://github.com/bitwarden/clients/releases/download/cli-v2026.4.1/bw-macos-arm64-2026.4.1.zip": "5edfd65a77d54b55e5271a3bc4cbe42e7d2c1d96ab8f2c7bab74a63ae5a224d5",
}