CLI "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 Automator for "item create" - nothing happens, even though it shows that the script worked through and successfully finished, it doesn't prompt me with Touch ID, as it does with "item get" command.
when I run any command or script from the console - everything works.
here is the simple script for both ways (via os and subprocess):
import os
import subprocess
placing_into_1p = subprocess.check_output(["op", "item", "create", "--category", "'secure note'", "--title='123'"])
s_note = "op item create --category 'secure note' --title='Netflix3' 'notesPlain=my test secret' --tags='Test'"
os.system(s_note)
Thank you for any ideas that might help me to go forward with this.
Cheers,
Dmitrii
1Password Version: 8.8.0
Extension Version: 2.3.7
OS Version: macOS 12.5
Browser:_ Chrome 104.0.5112.79 (Official Build) (arm64)
