stax
Command reference

stax build

Compile TypeScript definitions and produce deterministic OCI layers

Compile TypeScript definitions, resolve packages, produce deterministic OCI layers, and write stax.lock when needed.

Usage

stax build
stax build --persona maya-chen
stax build --all-personas
stax build --dry-run
stax build --refresh-lock
stax build --symlink-mode flatten

Options

FlagDescription
--personaBuild for a specific persona
--all-personasBuild for all defined personas
--dry-runPreview build without writing artifacts
--refresh-lockForce refresh of the lockfile
--symlink-modeControl symlink handling (flatten)

Output

Artifact stored in the local cache (~/.stax/cache/).

On this page