Skip to content

aube query

  • Usage: aube query [FLAGS] <SELECTOR>
  • Effect: read-only

Query packages in the resolved dependency graph

Arguments

  • <SELECTOR> — Selector expression.

    Supports *, bare package names, [name=value], [version=value], [license=value], [depPath=value], [source=value], :prod, :dev, :optional, :peer, :transitive, :scripts, :bin, :deprecated, :license(value), and :type(value).

Flags

  • -D --dev — Only match devDependency roots and their transitive deps.

  • -P --prod — Only match production/optional roots and their transitive deps.

    Aliases: --production

  • --json — Emit a JSON array instead of the default text layout.

  • --parseable — Emit tab-separated rows: dep_path, name, version, source, flags.

  • -h --help — Print help

MIT LicensejdxCopyright © 2026 jdx.dev