cli2 updating title

Corval
Corval
Community Member

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
invoke-Expression to sign in.

$tkn = id the UUID of item
$emi = Title
Title

op item get $tkn --fields $eml

also tried

op item get $tkn Title

Comments

  • Hi @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

  • Corval
    Corval
    Community Member

    Thanks worked a treat .

  • Great! Glad I could help!

This discussion has been closed.