File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,19 @@ This tool takes the permissions from a given collection and applies them to all
13
13
14
14
![ image] ( https://github.com/user-attachments/assets/e5a41607-88b8-4da1-8d1f-07a1a2fb3ca5 )
15
15
16
+ ## How ?
17
+
18
+ First, you'll need a copy of the bitwarden cli executable found [ here] ( https://bitwarden.com/download/#downloads-command-line-interface )
19
+ On windows, just fetch the precompiled binary.
20
+ On Linux (or windows power user), install a python interpreter and execute the following
21
+ ```
22
+ python3 -m pip install -r bitwarden_api_toolkit/requirements.txt
23
+ python3 bitwarden_api_toolkit/bitwarden_api_toolkit.py
24
+ ```
25
+
26
+ Once the GUI openes, give it your username, password, and URL to your bitwarden vault.
27
+ Also give it the path to your bitwarden cli executable, and you're setup.
28
+
16
29
## Why so slow ?
17
30
18
31
Bitwarden CLI executable is quite slow, so be patient when execution your inheritance.
@@ -21,3 +34,4 @@ Bitwarden CLI executable is quite slow, so be patient when execution your inheri
21
34
22
35
Wrote this tool in a couple of hours just to get rid of an administration burden.
23
36
Feel free to ask for more features, as long as bitwarden cli supports them.
37
+
You can’t perform that action at this time.
0 commit comments