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
verify checks whether the payload inside the .fpk file still matches the manifest.
Use it before you upload an artifact, hand it to someone else, or use it as a baseline.
Usage
When to use it
- before treating an artifact as evidence
- before comparing against another artifact
- when you suspect corruption or malformed input
- when you received the artifact from somewhere else
What verify checks
verify reads the artifact, validates the manifest, and checks the payload against it.
That includes:
- archive structure
- manifest validity
- expected payload paths
- file sizes
- file hashes
- the aggregate
payload_digest
Minimal example
Expected output shape
Successful output:Exit behavior
- exit
0: artifact is valid - exit
1: artifact is invalid or the command was used incorrectly
Common mismatch codes
The current verifier can report:archive_malformeddigest_mismatchhash_mismatchmanifest_invalidmissing_payload_filesize_mismatchunexpected_payload_file
Common mistakes
- skipping
verifyand assuminginspectis enough - treating
ok=falseas a semantic judgment instead of an integrity failure - comparing against an artifact that has never been verified
Related commands
inspectfor a quick summarycompareafter integrity has been confirmedpackto recreate a trusted artifact from the original directory