Bitwarden Backend konfigurieren:

bw config server https://bitwarden.example.de/
Saved setting `config`.

Mit API Key anmelden (Wird über die Gui erstellt/ausgelesen):

ClientID und ClientSecret als Umbegungsvariable setzen

export BW_CLIENTID="organization.f2c7e8e7-4370-47f6-96ab-4xxxxxxx"
export BW_CLIENTSECRET="2aOkxxxxxxxx"
$ bw login --apikey
? client_id: organization.xxxxx-4370-47f6-xxxx-47a8axxxx7db
? client_secret: 2aOkWAretz45563456qLCu3UvrGgj
You are logged in!

To unlock your vault, use the `unlock` command. ex:
$ bw unlock

Schreibe einen Kommentar