Update password in an item
Is it possible to update a field in an existing item using op? I see that there is documentation about creating a new item and editing users and groups, but I don't see how to edit an item.
Specifically, we would like to be able to change the passwords using a script. So something like:
op edit item "DEV Oracle" --password="new password" --vault=MyVault
Is this possible? Or planned?
op version is 0.5.4
1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided
Sync Type: Not Provided
Comments
-
Hi @jeremybrooks ,
At the moment we do not have a command that would allow to update or edit an item. It is, however, on our roadmap, but I cannot provide timing for when this feature will be implemented.
Kind regards,
Konstantin0 -
Got it. Thanks for the update.
0 -
You are very welcome!
0 -
As of v0.10.0, the 1Password command line tool has a
edit item
command with which existing fields of an item can be updated. See https://support.1password.com/command-line-reference/#edit-item for more information!0