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 agoChange password using "op item edit" without having it on the command line?
I need to programmatically update the password for multiple entries in my vault.
This here works nicely:
op item edit some-item "password=noneofyourbusiness"
but it has 2 problems:
...
Former Member
3 years agoJust now realising: op item edit
doesn't read from stdin (yet).
What a shame.
I guess that means: the 2 problems I mentioned above are very real with the 1Password CLI,
and I do hope that edit
reading from stdin is added soon, as there is NO way to workaround
this deficiency.