Skip to content

aube find-hash

  • Usage: aube find-hash [--json] <HASH>

List packages whose cached index references a given file hash

Arguments

<HASH>

Hash to look up. Accepts sha512-<base64> (pnpm integrity format) or a raw hex SHA-512 digest

Flags

--json

Emit a machine-readable JSON array of { "name", "version", "path" } objects instead of a plain text listing

Released under the MIT License.