Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
Former Member
4 years agocli edit other items
trying to update other items using this " op edit item [uuid number] [other items.]Policy=Test " but does not work
1Password Version: Not Provided
Extension Version: Not Provided
OS Versi...
Former Member
4 years agoHello Corval,
Thanks for providing the screenshot, I'm a developer that works on the 1Password CLI and I think I can be of assistance.
I understand that the example includes square brackets wrapping the section like the following: [<section>.]<field>=<value>
The square brackets around the section part represents that it is an optional field.
So you can supply a command such as: op edit item [uuid number] "other items.Policy=Test"
or if the Policy
field name is unique for the item, then you can simply omit the section, such as: op edit item [uuid number] policy=Test
Note that spaces can be omitted in section and field names when specifying an assignment, and also that it is not case sensitive for your convenience.
I hope this approach works out for you, and please do not hesitate to reach out to us again if you run into additional issues!