1password-client icon indicating copy to clipboard operation
1password-client copied to clipboard

Get item by title

Open cpinflux opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe.

The get_item call should accept a title, not just a uuid. It's a lot of extra waiting time to go get the uuid first and then get the item based on it.

Describe the solution you'd like

This should be a valid function call: op.get_item("myItem", vault="Private")

Being picky, the title is not a --option in the op cli, so equivalently should be the default, unnamed option required by the function.

cpinflux avatar Jan 26 '24 09:01 cpinflux