CLI is extremely slow
I'm running the PowerShell command below to update the tags on my login item. It takes about 2-4 seconds for each item to be updated. In other words, it takes over 5 minutes to update 100 items. This is not satisfying.
$i | ? Tags -Match "oldtag" | % { op item edit $_.id --tags "newtag" --cache }
1Password Version: 2.0.2
Extension Version: Not Provided
OS Version: Windows 11
