I’m writing a bash script to automatically retrieve one of my passwords.
My plan is to login using the personal API key method, as detailed in the documentation found here: Personal API Key for CLI Authentication | Bitwarden Help Center
Because it’s a script, I don’t want to manually enter my client id and secret, so I am following the suggestion to set the environment variables BW_CLIENTID and BW_CLIENTSECRET.
However when I run the command bw login --apikey it still requests that I manually enter the client id and secret.
Could anyone help me to understand what’s going wrong?