@bitwarden/cli 2024.4.1 → 2024.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/build/bw.js +38248 -34000
- package/build/bw.js.map +1 -1
- package/build/locales/en/messages.json +102 -0
- package/package.json +25 -16
package/README.md
CHANGED
|
@@ -41,6 +41,9 @@ We provide natively packaged versions of the CLI for each platform which have no
|
|
|
41
41
|
```bash
|
|
42
42
|
brew install bitwarden-cli
|
|
43
43
|
```
|
|
44
|
+
> ⚠️ The homebrew version is not recommended for all users.
|
|
45
|
+
>
|
|
46
|
+
> Homebrew pulls the CLI's GPL build and does not include device approval commands for Enterprise SSO customers.
|
|
44
47
|
- [Snap](https://snapcraft.io/bw)
|
|
45
48
|
```bash
|
|
46
49
|
sudo snap install bw
|