Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
5 years agoFlag to disable `op signin` from outputting email and subdomain
I will be giving a talk in a few weeks demo'ing the 1Password CLI, however I don't want to leak my details. I can pass over the arguments to op signin behind the scenes, no worries, so the audience...
Former Member
5 years agoThere might be a way to slightly work around this.
If you pipe your password into the op signin
command it will not output the email/domain, but it will require you to store your Master Password somewhere on the computer, which is not something we generally recommend.
For example, if you have stored your Master Password in the Mac's keychain:
eval (security find-generic-password -s <keychain name> -w | op signin)