Any chance of an "--all" flag on the "op item get" command?

Kitforbes
Kitforbes
Community Member

I'm trying to get every field for every item in a vault so that I can identify items which do not have a two-way link as the feature doesn't exist yet (and may never).

The current approach I have is:
1. Retrieve all UUIDs with op item list --vault Personal
2. For each UUID, call op item get $id
3. Append each result to a list to operate on later

I have 304 items in my vault, and the above process takes 10 minutes to execute.

In my case, it would be nice to be able to skiup the call to op item list and just retrieve everying with a single call to op item get --vault Personal --all. I appreciate this may not be possible.


1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided
Browser: Not Provided