We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20a271b commit fb419d0Copy full SHA for fb419d0
docs/cli/licenses.md
@@ -7,10 +7,32 @@ title: pnpm licenses
7
8
### list
9
10
+Aliases: `ls`
11
+
12
List licenses for installed packages.
13
14
## Options
15
16
+### --dev, -D
17
18
+Check only "devDependencies".
19
20
+### --json
21
22
+Show information in JSON format.
23
24
+### --long
25
26
+Show more details (such as a link to the repo) are not displayed. To display the details, pass this option.
27
28
+### --no-optional
29
30
+Don't check packages from `optionalDependencies`.
31
32
+### --prod, -P
33
34
+Check only `dependencies` and `optionalDependencies`.
35
36
### --filter <package_selector\>
37
38
[Read more about filtering.](../filtering.md)
0 commit comments