1password-cli: Update to version 2.31.1 (#6855)

This commit is contained in:
Nick Wilder 2025-05-30 11:46:46 -05:00 committed by GitHub
parent 0d1a4aa184
commit 175e0d45e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
{ {
"version": "2.30.3", "version": "2.31.1",
"description": "The 1Password command-line tool makes your 1Password account accessible entirely from the command line.", "description": "The 1Password command-line tool makes your 1Password account accessible entirely from the command line.",
"homepage": "https://developer.1password.com/docs/cli", "homepage": "https://developer.1password.com/docs/cli",
"license": { "license": {
@ -8,20 +8,32 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://cache.agilebits.com/dist/1P/op2/pkg/v2.30.3/op_windows_amd64_v2.30.3.zip", "url": "https://cache.agilebits.com/dist/1P/op2/pkg/v2.31.1/op_windows_amd64_v2.31.1.zip",
"hash": "3191456f345aab7435252284a5196fc94ecaf7f7ca3715338f01b17e50af1386" "hash": "7cf3a30bde910a8087052cd453186f80b72931b94fd4e90b4c6f5485c436b451"
}, },
"32bit": { "32bit": {
"url": "https://cache.agilebits.com/dist/1P/op2/pkg/v2.30.3/op_windows_386_v2.30.3.zip", "url": "https://cache.agilebits.com/dist/1P/op2/pkg/v2.31.1/op_windows_386_v2.31.1.zip",
"hash": "ff8f901f53977dd5cfd485add72375034cb2a1a953fef9c9cd97e8595287b4c1" "hash": "33739DA463138B52FD65992BDC8D6513F85E0B97C6C2BBEEFB02FD18756ED3FF"
} }
}, },
"bin": "op.exe", "bin": "op.exe",
"notes": [ "notes": [
"1Password CLI v2 completely changes the commands schema! Either migrate your setup, following ", "1Password CLI v2 completely changes the commands schema! Either migrate your setup, following ",
"instructions on https://developer.1password.com/docs/cli/upgrade/#step-2-update-your-scripts ", "instructions on https://developer.1password.com/docs/cli/upgrade/#step-2-update-your-scripts ",
"or install 1Password CLI v1 from the Versions bucket.", "or install 1Password CLI v1 from the Versions bucket."
"Due to https://www.1password.community/discussions/developers/1password-cli-not-working/155988,", ],
"It has been pinned to 2.30.3 temporarily." "checkver": {
] "url": "https://app-updates.agilebits.com/product_history/CLI2",
"regex": "/op_windows_amd64_v([\\d.]+)\\.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://cache.agilebits.com/dist/1P/op2/pkg/v$version/op_windows_amd64_v$version.zip"
},
"32bit": {
"url": "https://cache.agilebits.com/dist/1P/op2/pkg/v$version/op_windows_386_v$version.zip"
}
}
}
} }