Skip to content

Commit 0ddc300

Browse files
authored
Update CLI command to match current package.json (#382)
* Updated npm command * Added community instructions.
1 parent ed94c5b commit 0ddc300

File tree

1 file changed

+14
-1
lines changed
  • docs/getting-started/clients/cli

1 file changed

+14
-1
lines changed

docs/getting-started/clients/cli/index.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,24 @@ Before you start, you must complete the [Clients repository setup instructions](
1919

2020
Build and run:
2121

22+
<Bitwarden>
23+
24+
```bash
25+
cd apps/cli
26+
npm run build:bit:watch
27+
```
28+
29+
</Bitwarden>
30+
31+
<Community>
32+
2233
```bash
2334
cd apps/cli
24-
npm run build:watch
35+
npm run build:oss:watch
2536
```
2637

38+
</Community>
39+
2740
By default, this will use the official Bitwarden servers. You can target your local server by using
2841
the [config command](https://bitwarden.com/help/article/cli/#config). You may need to
2942
[configure node to use your self-signed certificate](https://bitwarden.com/help/article/cli/#using-self-signed-certificates).

0 commit comments

Comments
 (0)