This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # BitWarden tool to delete collections using bw CLI tool | |
| # forked from: https://gist.github.com/eduncan911/c0f4d789b87c3746a055779a57ff57e5 | |
| # uses subprocess to run bw commands rather than sh which is Linux only | |
| # You must install the bitwarden CLI tool (https://bitwarden.com/help/article/cli/#download-and-install) | |
| # Create your session as per the instructions on the download page. | |
| # You can replace your session key and use the following to process the results. | |
| # place this script in the same dir as the bw executable |
OlderNewer