1password-cli: Add note about changes in command schema (#3433)

* Add note to the 1password-cli manifest notifying about changes in command schema

* Update bucket/1password-cli.json

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
Alex Stelmachonak 2022-03-25 04:50:52 -04:00 committed by GitHub
parent 0ae262f803
commit 3bddae04ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,11 @@
}
},
"bin": "op.exe",
"notes": [
"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 ",
"or install 1Password CLI v1 from the Versions bucket."
],
"checkver": {
"url": "https://app-updates.agilebits.com/product_history/CLI2",
"regex": "/op_windows_amd64_v([\\d.]+)\\.zip"