Skip to content
Support
CompozyOS RuntimeSupport

compozy support bundle

Create and download a redacted support bundle

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

compozy support bundle

Create and download a redacted support bundle

compozy support bundle [flags]

Examples

  # Create a bundle and write it under $COMPOZY_HOME/support-bundles
  compozy support bundle --yes

  # Write the daemon-built bundle to a specific path
  compozy support bundle --yes --output /tmp/compozy-support-bundle.tar.gz

Options

  -h, --help            help for bundle
      --no-status       Omit status.json, doctor.json, providers.json, and runtime status snapshots
      --output string   Path or directory for the downloaded bundle
      --yes             Confirm support bundle creation without an interactive prompt

Options inherited from parent commands

      --json   Emit JSON output

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 support bundle -o json

On this page