Skip to content

Commit

Permalink
Update pm.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Jun 2, 2024
1 parent 7fb25ac commit a1c3ea0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/cli/pm.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,17 @@ To clear Bun's global module cache:
```bash
$ bun pm cache rm
```

## List global installs

To list all globally installed packages:

```bash
$ bun pm ls -g
```

To list all globally installed packages, including nth-order dependencies:

```bash
$ bun pm ls -g --all
```

0 comments on commit a1c3ea0

Please sign in to comment.