From 697109f3a782c2d20357a3967efc23f19e8b7b6f Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Fri, 7 Aug 2026 10:49:08 +0200 Subject: [PATCH] feat(catalog): add Bitwarden CLI (bw) via npm_global Signed-off-by: Sebastian Mendel --- catalog/bw.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 catalog/bw.json diff --git a/catalog/bw.json b/catalog/bw.json new file mode 100644 index 0000000..0bb5f23 --- /dev/null +++ b/catalog/bw.json @@ -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//priv." +}