bwx-cli 2.3.1

Unofficial Bitwarden CLI with first-class macOS support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mod auth;
mod crypto;
mod ssh;
mod sync;
mod touchid;
mod util;

pub use auth::{check_lock, lock, login, register, unlock};
pub use crypto::{
    clipboard_store, decrypt, decrypt_batch, encrypt, encrypt_batch, version,
};
pub use ssh::{
    decrypt_located_ssh_private_key, get_ssh_public_keys,
    locate_ssh_private_key,
};
pub use sync::sync;
pub use touchid::{touchid_disable, touchid_enroll, touchid_status};