From 3bddae04ceefb06e3cc45718f97711cc74b09a0e Mon Sep 17 00:00:00 2001 From: Alex Stelmachonak <100310178+astelmachonak-nydig@users.noreply.github.com> Date: Fri, 25 Mar 2022 04:50:52 -0400 Subject: [PATCH] 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> --- bucket/1password-cli.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bucket/1password-cli.json b/bucket/1password-cli.json index 79dbe269d9..fc5ea89edc 100644 --- a/bucket/1password-cli.json +++ b/bucket/1password-cli.json @@ -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"