Skip to content
CompozyOS RuntimeUpdate

compozy update

Check for and apply the latest stable Compozy release

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

compozy update

Check for and apply the latest stable Compozy release

Synopsis

Check GitHub Releases for the latest stable Compozy build and apply it when this install supports self-update. Managed installs return the exact package-manager upgrade path instead of mutating files directly.

compozy update [flags]

Examples

compozy update
  compozy update --check
  compozy update -o json

Options

      --check   Check for a newer stable release without changing files
  -h, --help    help for update

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 update -o json

On this page