stax
Command reference

stax build-source

Reserved command for future workspace source artifact generation

stax build-source is reserved for workspace source artifact generation, but the current reference CLI does not implement it yet.

Current behavior

The command validates that the source path exists, then exits with an unavailable message.

Usage

stax build-source ./repo
stax build-source ./repo --git-url https://github.com/acme/backend.git --commit abc123
stax build-source ./repo --sparse services/api --sparse packages/shared

Today

Use the command only as a placeholder in scripts or experiments. It does not produce an OCI source artifact yet.

On this page