Seems like there would be a simple python script to lookup an item and return the password,
Comments
-
Hi there @mitch355
You can use a command like
op get item <ITEM_NAME_OR_ID> --fields password
to retrieve a Login/Password item's password field in a single command.In the CLI v2, it would be
op item get <ITEM_NAME_OR_ID> --fields password
0
This discussion has been closed.