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 2e7803b commit 0b94237Copy full SHA for 0b94237
pages/common/bun-list.md
@@ -0,0 +1,7 @@
1
+# bun list
2
+
3
+> This command is an alias of `bun pm ls`.
4
5
+- View documentation for the original command:
6
7
+`tldr bun pm ls`
pages/common/bun-pm-ls.md
@@ -0,0 +1,12 @@
+# bun pm ls
+> List installed dependencies and their versions.
+> More information: <https://bun.com/docs/pm/cli/pm#ls>.
+- List dependencies in the current project:
8
+`bun pm {{[ls|list]}}`
9
10
+- List all transitive dependencies:
11
12
+`bun pm {{[ls|list]}} {{[-a|--all]}}`
0 commit comments