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.
Requirements
- Node.js
>=18 - npm
Choose the interface
| Use this when you want to… | Install |
|---|---|
| Pack, inspect, verify, and compare artifacts from the shell | filepacks CLI |
| Call the same operations from a Node.js tool or harness | @filepacks/core |
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.