Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
Anonymous
4 years agoCLI "item create" works only form console on Mac Monterrey 12.5, TouchID is activated.
Hello, dear community members,
here is what I encounter: when I try to run a script from PyCharm or Automator for "item get" - everything works
when I try to run a script from PyCharm or Automa...
Anonymous
4 years agoHey Dmitrii, thank you for reaching out to us!
I think you're encountering a known bug, where the CLI mistakenly detects piped input in some programatic environments (i.e. scripts, wrappers etc.) when in fact there is none. The workaround for the moment is to pipe some input in the command.
For example, instead of
op item create --category "secure note" --title 123
you could do:
echo "{\"title\":\"123\"}" | op item create --category "secure note"
We're sorry for this inconvenience. We're currently working to fix this.
Let us know if this workaround helps, in the meantime.
Best,
Horia