From e7c5087f8405d5663ec63d1d6a089b95f81ec0b1 Mon Sep 17 00:00:00 2001 From: Todd Martin Date: Mon, 8 Jul 2024 12:18:35 -0400 Subject: [PATCH 1/2] Updated npm command --- docs/getting-started/clients/cli/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/clients/cli/index.md b/docs/getting-started/clients/cli/index.md index 6ec1227db..9e9dde6f0 100644 --- a/docs/getting-started/clients/cli/index.md +++ b/docs/getting-started/clients/cli/index.md @@ -21,7 +21,7 @@ Build and run: ```bash cd apps/cli -npm run build:watch +npm run build:bit:watch ``` By default, this will use the official Bitwarden servers. You can target your local server by using From f1da9e4cd12edabc4958da9ed3882a8b0b4ae050 Mon Sep 17 00:00:00 2001 From: Todd Martin Date: Mon, 8 Jul 2024 12:19:50 -0400 Subject: [PATCH 2/2] Added community instructions. --- docs/getting-started/clients/cli/index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/getting-started/clients/cli/index.md b/docs/getting-started/clients/cli/index.md index 9e9dde6f0..33ac22653 100644 --- a/docs/getting-started/clients/cli/index.md +++ b/docs/getting-started/clients/cli/index.md @@ -19,11 +19,24 @@ Before you start, you must complete the [Clients repository setup instructions]( Build and run: + + ```bash cd apps/cli npm run build:bit:watch ``` + + + + +```bash +cd apps/cli +npm run build:oss:watch +``` + + + By default, this will use the official Bitwarden servers. You can target your local server by using the [config command](https://bitwarden.com/help/article/cli/#config). You may need to [configure node to use your self-signed certificate](https://bitwarden.com/help/article/cli/#using-self-signed-certificates).