show, import, registry, list, tag, baseline, unpack, and config.
Choose the right command
Global help
Command behavior summary
Output style
The CLI uses line-oriented plain text output rather than JSON. That makes it easy to read in a terminal and easy to consume from shell scripts. Examples:packprintsinput=,output=,name=,digest=,files=,bytes=inspectprintspath=,name=,version=,digest=,files=,bytes=verifyprintsok=trueorok=falsecompareprintsok=, summary counts, and per-file change lines
Recommended flow
Most users start here:packthe output directory.inspectthe resulting artifact.verifyit before trusting or sharing it.compareit against a baseline when you care about repeated-run drift.
Core library mapping
The CLI is a conservative wrapper around@filepacks/core:
- CLI
pack->pack() - CLI
inspect->inspect() - CLI
verify->verify() - CLI
compare->compare()