@somakine/cli
v0.2.0
Published
Somakine data-pack validation and inspection CLI.
Maintainers
Readme
@somakine/cli
npm install @somakine/cliThe package exposes the soma binary; use npx soma ... from a project or
install it globally when a system-wide command is preferred.
soma validate pack.json
soma inspect pack.json
soma coverage pack.json
soma verify-assets pack.json
soma validate-extension extension.json --base pack.json
soma compose pack.json extension.json --output composed.jsonAll commands support --json. Asset verification only reads safe relative glTF
paths below the pack file's directory. soma compose accepts multiple extension
files, validates their mappings and provenance, and uses
--policy fill-unavailable by default. Other policies are
prefer-extension and error-on-conflict.
API reference: docs/api/cli.md — every command,
flag, exit code, and the programmatic runCommand API with examples.
