Skip to content

blob list

List blobs stored in a space.

Aliases: list, ls

Usage

guppy blob list <space> [flags]

Arguments

Argument Description
space Space DID or name

Flags

Flag Description
--proof <path> Path to a CAR archive containing UCAN proofs
--long, -l Display detailed blob information
--human, -H Use human-readable size format (with --long)
--json Output as newline-delimited JSON

Examples

List blobs:

guppy blob list my-data

List with sizes in human-readable format:

guppy blob list my-data --long --human

Output as JSON:

guppy blob list my-data --json