Search for CLI
Hi!
I'd like to request a feature: For the 1Password CLI (`op`) to support searching, just like the GUI client does.
My use case: I have about 30 or so entries that I would like to add a tag to. All entries belong to the same domain "home.mydomain.com" (many have subdomains on it). In the GUI client I type "home.mydomain.com" and they all come up.
I want to use a script using the `op` CLI to edit each, adding a tag to them. Right now the only method I can find is to first list all items and then retrieve each and do the search myself. That's very slow. It would be great if I could send a search them off and get back a list of results.
This could be as simple as `op item search "home.mydomain.com" --format=json` and then I could edit each of those items.
Thanks!