Level up your business security with free, on-demand training and certification. Explore 1Password Academy today →
Forum Discussion
Anonymous
4 years ago[33,34] Edit Multiple fields at once
I have a lot of fields to add/update in an exiting 1Password item, and I was wondering if I could to a "bulk" edit in someways ?
E.g. I am looking forward something like op item edit --template ....
Anonymous
4 years agoRight now, I am creating a (long) command string with all fields to set:
op item edit --vault myVault 'section1.field1[Text]=value1' 'section1.field2[Text]=value2' 'section1.field3[Text]=value3' ....
That's OK but still thinking the template option would give more flexibility :)