cli2 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
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
