Requirements
- Node.js
>=18 - npm
Choose the interface
Quick trial
Run filepacks without a persistent install:npx filepacks ... throughout the docs when you want copy-pasteable commands from a clean shell.
Persistent install
Install the CLI globally when you wantfilepacks on your PATH:
filepacks into a project instead, invoke it with npx filepacks ....
Current public commands:
Install the core library
Install@filepacks/core when you want structured results in code:
Verify the CLI install
pack, inspect, verify, and compare.
Verify the core install
Your runtime should be able to import@filepacks/core and call pack(), inspect(), verify(), and compare().
First useful command after install
After installation, the fastest way to confirm the workflow is:Notes
- Artifact file paths used with
pack --output,inspect,verify, andcomparemust end in.fpk. - The CLI does not expose registry, tag, baseline, import, show, or unpack commands in the public OSS surface.
- The core API accepts an optional
namefield when packing. The public CLI does not currently expose a--nameflag.