Skip to content

Latest commit

 

History

History

bitwarden

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Bitwarden

Links

Server

Links

CLI

Links

Installation

Homebrew

brew install bitwarden-cli

Configuration

#
bw config server https://bitwarden.xyz.tld
bw config server

#
cat ~/Library/Application\ Support/Bitwarden\ CLI/data.json | jq

#
bw login --apikey
# or
bw login <email> <password> --method <method> --code <code>

Commands

bw -h

Usage

#
bw login --check

#
export BW_SESSION="$(bw unlock --raw)"

#
bw list items | jq

#
bw logout

App

Installation

Homebrew

brew install --cask bitwarden