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
3 years ago1Password CLI is fussy about TTYs
I upgraded from 2.0 to 2.5 of the CLI this week and it broke the iTerm2 integration. The issue seems to be that the CLI really cares about whether stdin is a tty or not.
These commands fail to op...
Former Member
3 years agoHey mickael , thank you for reaching out to us. We are aware of this problem, and hope to be able to prioritise it sometime in our next development cycles.
In the meantime, the problem that you describe can be circumvented by making use of the piping functionality of op item create
. Rewriting your command to something like:
cat /var/folders/t0/4z0_cwt538d4qkkvnpb81_6m0000gn/T/tmpvo18gwde | op item create --no-color --format json --title="USER test ON test.fr"
should do the trick. Let us know if this helps, and otherwise we can try to find other solutions, before we're able to roll out a stable fix.
Thanks!
Best,
Horia