Forum Discussion
Former Member
4 years agocli2 updating title
Hi
I am trying to get the Title of any item I am using powershell which works well for New items so its not a permissioning thing . Script goes like this after I have successfully logged in using ...
andi_t_1P
1Password Team
4 years agoHi @Corval. You could always try using op read <secret_reference> for getting specific fields inside an item. In your case, the secret reference for the title would be op://<the_vault_of_the_item>/<the_UUID_of_item>/title. Then op read op://<the_vault_of_the_item>/$tkn/$emi should do the trick.
Hope I could help,
Andi