spatialpack hash
Synopsis
Section titled “Synopsis”spatialpack hash PACK_PATH [options]Description
Section titled “Description”Compute or verify BLAKE3 integrity hashes for pack layer files.
Reads layer file references from the spatialpack.json manifest and computes BLAKE3 hashes. By default, writes hashes to integrity.asset_hashes in the manifest.
With —verify, compares existing manifest hashes against computed hashes and exits non-zero on any mismatch.
Arguments
Section titled “Arguments”PACK_PATH — path (required)
Options
Section titled “Options”| Option | Type | Default | Description |
|---|---|---|---|
--verify | flag | false | Verify existing hashes without overwriting |
Examples
Section titled “Examples”spatialpack hash ./my-pack/
spatialpack hash --verify ./my-pack/