workspace block defines a multi-stack orchestration manifest. Used with ubx workspace plan and ubx workspace apply to deploy stacks in topological order.
Syntax
Example
Commands
Stack Fields
| Field | Required | Description |
|---|---|---|
path | yes | Relative path to the stack directory |
depends_on | no | List of stack names that must deploy first |
Topological Sort
ubx performs a topological sort ondepends_on before deploying. Circular dependencies are detected and reported as compile errors:
No TypeScript Emitted
workspace blocks are orchestration-only — no TypeScript is emitted.