Skip to content
Cli referenceLayout
CompozyOS RuntimeLayout

compozy layout preview

Preview any semantic window-manager command without writing

Audience
Operators running durable agent work
Focus
Layout guidance shaped for scanability, day-two clarity, and operator context.

compozy layout preview

Preview any semantic window-manager command without writing

compozy layout preview [flags]

Options

      --actor-id string       Optional actor identifier
      --client string         Connected presentation client ID
      --command string        Semantic command ID, such as window.move
  -h, --help                  help for preview
      --origin string         Command origin label (default "cli")
      --payload string        Command payload as a JSON object
      --payload-file string   Read the command payload from a file or - for stdin
      --revision uint         Expected workspace revision
      --workspace string      Override workspace (ID, name, or path)

Options 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:

  • human for interactive terminal use
  • json for scripts and other machine-readable consumers
  • jsonl for wait or streaming commands that emit one JSON record per line
  • toon for compact agent-readable summaries

Example:

compozy layout preview -o json

On this page