Cli referenceLayout
compozy layout
Inspect, preview, and change workspace layouts
- Audience
- Operators running durable agent work
- Focus
- Layout guidance shaped for scanability, day-two clarity, and operator context.
compozy layout
Inspect, preview, and change workspace layouts
Options
-h, --help help for layoutOptions inherited from parent commands
--json Emit JSON output
-o, --output string Output format: human, json, jsonl, or toon (default "human")Output Formats
Every Compozy command supports -o, --output:
humanfor interactive terminal usejsonfor scripts and other machine-readable consumersjsonlfor wait or streaming commands that emit one JSON record per linetoonfor compact agent-readable summaries
Subcommands
| Command | Description |
|---|---|
| compozy layout apply | Atomically replace topology from a validated layout document |
| compozy layout arrange | Arrange explicit windows or apply a declarative layout resource |
| compozy layout balance | Equalize one split or every split in a group |
| compozy layout export | Export a history-free declarative layout document |
| compozy layout get | Get the authoritative topology and revision |
| compozy layout preview | Preview any semantic window-manager command without writing |
| compozy layout redo | Redo the latest undone layout operation |
| compozy layout resize | Resize one shared split boundary |
| compozy layout undo | Undo the latest workspace layout operation |
| compozy layout validate | Validate a declarative layout without writing it |
| compozy layout watch | Watch topology events and optional client presentation frames |