Overview
Requirements
Before you start, you must complete the Clients repository setup instructions.
Build Instructions
Build and run:
cd apps/clinpm run build:bit:watchcd apps/clinpm run build:oss:watchBy default, this will use the official Bitwarden servers. You can target your local server by using the config command. You may need to configure node to use your self-signed certificate.
Testing and Debugging
The build is located at build/bw.js. You can run this with node, for example:
node build/bw.js loginIt may be more convenient to make the file executable first:
cd buildchmod +x bw.js./bw.js loginTo debug the CLI client, run it from a Javascript Debug Terminal and place the breakpoints in your Typescript code.