Flag 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 doesn't see them, and I can use a standalone Demo vault, so nothing leaks there. However, op signin insists on outputting the arguments that I gave it.
bash
op signin subdomain email key --raw
Enter the password for email at subdomain.1password.com:
I wish it just said:
Enter the password for the 1Password account:
As that would be more descriptive and less redundant, and allow me to demo it to the audience without leaking my email and subdomain.
I tried:
op signin subdomain email key --raw 2> >(sed -E 's/for.+//'>&2)
But that had no effect.
1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided
Sync Type: Not Provided
