Documentation Index
Fetch the complete documentation index at: https://filepacks.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
What it does
inspect reads an artifact and prints a compact summary derived from its manifest.
Use it when you want a quick read on what an artifact claims to contain before deciding whether to verify or compare it.
Usage
When to use it
- after
packto confirm the resulting artifact - when someone hands you a
.fpkfile - before
verifyorcompare, when you want to confirm name, version, digest, size, and file count
Arguments
<file>: path to an existing.fpkartifact
.fpk.
Minimal example
Expected output shape
Example output:What it tells you
- artifact path
- artifact name
- manifest format version
- archive digest
- file count
- total bytes
Common mistakes
- using
inspectwhen you actually need integrity guarantees; useverifyfor that - passing a path that does not end in
.fpk - assuming the CLI prints the full per-file list; the summary is intentionally compact
Related commands
packto create the artifactverifyto confirm the payload still matches the manifestcompareto see whether another artifact differs