How do i sign in to 1Password CLI with python/terminal
Hi,
I'm curious how I would be able to automate signing in to my provision manager account so that i can automate inviting new colleagues at my company to join our 1PW team, this is right now not possible without me manually using my fingerprint or manually entering my password into the system promt popping up.
Is there way to enter the code in the terminal/python?
My py code:
Login to 1Password
```
op_address = config.get("onepassword", "op_address")
op_email = config.get("onepassword", "op_email")
op_secret_key = config.get("onepassword", "op_secret_key")
op_account = config.get("onepassword", "op_account")
os.system(f'eval $(op account add --address {op_address} --email {op_email} --secret-key {op_secret_key})')
os.system('eval $(op signin --account {op_account})')
```
1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided
Browser:_ Not Provided