stax
Command reference

stax materialize

Resolve an artifact and translate it into runtime-native files

Resolve an artifact and translate it into runtime-native files or another consumer-native installation payload.

Usage

stax materialize ghcr.io/myorg/agents/backend-engineer:3.1.0 --out ./output
stax materialize ./dist/backend-engineer.oci --adapter codex --out ./codex-output
stax materialize ghcr.io/myorg/agents/backend-engineer:3.1.0 --json
stax materialize ghcr.io/myorg/agents/backend-engineer:3.1.0 --plan --consumer codex

Options

FlagDescription
--outOutput directory for materialized files
--adapterOverride the adapter to use
--jsonOutput machine-readable JSON
--planPreview materialization without writing
--consumerTarget consumer for plan output

Supported Output

A conforming implementation SHOULD support:

  • Filesystem output
  • Machine-readable JSON output
  • Warnings for lossy translations
  • Import-plan output for non-filesystem consumers when applicable

On this page