Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions catalog/bw.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "bw",
"category": "devops",
"install_method": "npm_global",
"description": "Bitwarden CLI - vault access and secure one-time Sends",
"homepage": "https://bitwarden.com/help/cli/",
"github_repo": "bitwarden/clients",
"package_name": "@bitwarden/cli",
"binary_name": "bw",
"requires": [
"node"
],
"version_command": "bw --version 2>/dev/null | grep -oE '[0-9]+\\.[0-9]+\\.[0-9]+' | head -1",
"guide": {
"display_name": "Bitwarden CLI",
"install_action": "install",
"order": 206
},
"notes": "Password manager CLI. Used for Bitwarden Send one-time password handover links. Requires login (API key) + session unlock; credentials live in Vault under netresearch/actors/<user>/priv."
}
Loading