Skip to content

BootstrapPackOptions

Defined in: packages/declarative-hex-worlds/src/cli/commands/bootstrap/pack-bootstrap.ts:51

Options for bootstrapPack.

readonly optional fetchedAt?: string

Defined in: packages/declarative-hex-worlds/src/cli/commands/bootstrap/pack-bootstrap.ts:65

Reproducible sidecar timestamp (tests).


readonly optional force?: boolean

Defined in: packages/declarative-hex-worlds/src/cli/commands/bootstrap/pack-bootstrap.ts:63

Overwrite an existing non-empty target.


readonly optional libraryVersion?: string

Defined in: packages/declarative-hex-worlds/src/cli/commands/bootstrap/pack-bootstrap.ts:67

Sidecar library-version override (tests).


readonly optional outRoot?: string

Defined in: packages/declarative-hex-worlds/src/cli/commands/bootstrap/pack-bootstrap.ts:59

Jail root for path resolution (defaults to cwd inside core).


readonly rawAssetsRoot: string

Defined in: packages/declarative-hex-worlds/src/cli/commands/bootstrap/pack-bootstrap.ts:57

Gitignored raw-assets ROOT. The pack materializes into <rawAssetsRoot>/<packId>/ — the id subdir is appended internally so the write location always matches resolveDefaultPackKit/assertPackPresent.


readonly optional ref?: string

Defined in: packages/declarative-hex-worlds/src/cli/commands/bootstrap/pack-bootstrap.ts:61

Git ref to fetch (defaults to the descriptor’s default ref).