Skip to content

aube list

  • Usage: aube list [FLAGS] [PATTERN]
  • Aliases: ls

Print the installed dependency tree

Arguments

[PATTERN]

Optional package name (or glob-like prefix match) to filter the output

Flags

-D --dev

Show only devDependencies

-g --global

List globally-installed packages instead of the project's dependency tree

-P --prod

Show only production dependencies (skip devDependencies)

--depth <DEPTH>

How deep to render the transitive tree. 0 (default) shows only the top-level direct deps. Pass 9999 (or any large number) for the full graph; --depth=Infinity is accepted for pnpm/npm compat

Default: 0

--format <FORMAT>

Output format: one of default, json, or parseable

Choices:

  • default
  • json
  • parseable

Default: default

--json

Shortcut for --format json. Emit a JSON array of package entries

--long

Show version and path for each entry (default output is already name + version; --long adds the store path for debugging)

--parseable

Shortcut for --format parseable. Emit one tab-separated line per package

Released under the MIT License.