Forum Discussion

dreidpilot's avatar
dreidpilot
New Contributor
2 months ago
Solved

`op account add` with `Integrate with 1Password CLI`

We have a significant amount of automation around `op`, we use a shared service account (not a service account token, a real 1password account with an email and a secret key) to do perform this autom...
  • 1P_Simon's avatar
    2 months ago

    > There does not appear to be any way for our automation to override or bypass the 1password app integration from the CLI.



    I believe you're looking for https://developer.1password.com/docs/cli/app-integration/#optional-set-the-biometric-unlock-environment-variable

    You can add this to your script
    ```
    export OP_BIOMETRIC_UNLOCK_ENABLED=false
    ```

    that will overwrite the user setting.