@bitwarden/cli 2024.12.0 → 2025.1.0
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 +0 -2
- package/build/bw.js +1879 -847
- package/build/bw.js.map +1 -1
- package/build/d522bdafa143359cfd27.module.wasm +0 -0
- package/package.json +4 -4
- package/build/163c95be6361eb16687d.module.wasm +0 -0
package/README.md
CHANGED
|
@@ -7,8 +7,6 @@
|
|
|
7
7
|
|
|
8
8
|
The Bitwarden CLI is a powerful, full-featured command-line interface (CLI) tool to access and manage a Bitwarden vault. The CLI is written with TypeScript and Node.js and can be run on Windows, macOS, and Linux distributions.
|
|
9
9
|
|
|
10
|
-

|
|
11
|
-
|
|
12
10
|
## Developer Documentation
|
|
13
11
|
|
|
14
12
|
Please refer to the [CLI section](https://contributing.bitwarden.com/getting-started/clients/cli/) of the [Contributing Documentation](https://contributing.bitwarden.com/) for build instructions, recommended tooling, code style tips, and lots of other great information to get you started.
|